COLOR #A7C760

HEX: #A7C760
RGB: (167,199,96)

Renk bilgisi

#A7C760 contains mainly red and green colors. #A7C760 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#A7C760 color RGB value is (167,199,96).

  • kırmız ton 167;
  • yeşil ton 199;
  • mavi ton 96.
RGB:
(167,199,96)
(65%,78%,38%)

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 199 of 255 = 78%
B 96 of 255 = 38%

167
199
96

R + G + B ~ 60%. #A7C760 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 199 + 96 = 462 (100%)
R 167 of 462 ~ 36.15%
G 199 of 462 ~ 43.07%
B 96 of 462 ~ 20.78%

%36.15
%43.07
%20.78

CMYK RENK MODELİ

#A7C760 rengi CMYK tonu (16,0,52,22).

  • camgöbeği tonu 16.08%
  • eflatun tonu 0.00%
  • sarı tonu 51.76%
  • ana renk tonu 21.96%
CMYK:
(16,0,52,22)
C16M0Y52K22 
(16%,0%,52%,22%)
(0.16/0.00/0.52/0.22)	

CMYK yüzdeleri

%16.08
%0
%51.76
%21.96

Codes

Color #A7C760 in popluar color models

A7C760
RGB16719996
HSL79°47.91%57.84%
HSB/HSV79°51.76%78.04%
CMYK16.08%0.00%51.76%
21.96%

Color #A7C760 in popluar number systems.

HEXA7C760
Decimal16719996
Binary10100111110001111100000
Octal247307140

Shades and tints

Shades of #A7C760

#A7C760
(167,199,96)
#98B558
(152,181,88)
#89A350
(137,163,80)
#7A9148
(122,145,72)
#6B7F40
(107,127,64)
#5C6D38
(92,109,56)
#4D5B30
(77,91,48)
#3E4928
(62,73,40)
#2F3720
(47,55,32)
#202518
(32,37,24)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #A7C760

#A7C760
(167,199,96)
#AFCC6E
(175,204,110)
#B7D17C
(183,209,124)
#BFD68A
(191,214,138)
#C7DB98
(199,219,152)
#CFE0A6
(207,224,166)
#D7E5B4
(215,229,180)
#DFEAC2
(223,234,194)
#E7EFD0
(231,239,208)
#EFF4DE
(239,244,222)
#F7F9EC
(247,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7C760 color. Also use rgb(167,199,96) instead hex code.

Text Font Color

.myTextColor { color: #A7C760; }

<p style="color:#A7C760">This sample text font color is #A7C760.</p>

This text font color is #A7C760.


Background Color

.myBgColor { background-color: #A7C760; }

<div style="background-color:#A7C760">Inner text</div>

This div background color is #A7C760.


Border color

.myBorderColor { border: 1px solid #A7C760; }

<div style="border:3px solid #A7C760">Div</div>

This div border color is #A7C760.


Opacity

.myOpacity80 { color: #A7C760; opacity: 0.8; }

<p style="color:#A7C760;opacity:0.8;">80%</p>

Text with #A7C760 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A7C760;}

<p style="text-shadow: 3px 3px 1px #A7C760">Text here.</p>

This text has shadow with #A7C760 color.

.textShadow {text-shadow: 3px 3px 1px #A7C760, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A7C760, 5px 5px 20px red">Text here.</p>

This text has shadow with #A7C760 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7C760, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A7C760, Direction=45, Strength=4)">Text</p>

This text has shadow with #A7C760 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A7C760;
  -webkit-box-shadow:	1px 1px 3px 2px #A7C760;
  box-shadow:		1px 1px 3px 2px #A7C760;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7C760;
-webkit-box-shadow: 1px 1px 3px 2px #A7C760;
box-shadow:1px 1px 3px 2px #A7C760;">
Div content here</div>
This div box has shadow with color #A7C760.

Preview

Color preview on black background

This text has color #A7C760 on black background.


Color preview on white background

This text has color #A7C760 on white background.



Black color preview on #A7C760 background

This text has black color on #A7C760 background.


White color preview on #A7C760 background

This text has white color on #A7C760 background.