#AFAD76

Color #AFAD76 Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #AFAD76

Tints of Neutral Green #AFAD76

Color information

#AFAD76 (or 0xAFAD76) is unknown color: approx Neutral Green. HEX triplet: AF, AD and 76. RGB value is (175,173,118). Sum of RGB (Red+Green+Blue) = 175+173+118=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAD76 is #505289. Grayscale: #A7A7A7. Windows color (decimal): -5264010 or 7777711. OLE color: 7777711.

HSL color Cylindrical-coordinate representation of color #AFAD76: hue angle of 57.89º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFAD76 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB175173118-
CMYK00.010.330.31
HSL57.89º26.27%57.45%-
HSV(B)57.89º32.57%68.63%-
XYZ35.8940.3123.03-
YUV167.33100.16133.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 118 (46.48% from 255) = 25.32%
R=37.55%
G=37.12%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517311800.010.330.3157.8926.2757.45
HexAFAD7601211F3a1a39
Octal257255166014137723271
Binary10101111101011011110110011000011111111101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD76; }

 p { color: rgb(175,173,118); }

 H1.HeaderClassName
 {
   color: #AFAD76;
 }
 .AnyTagClassName
 {
   color: #AFAD76;
 }
</style>
background-color css

<style>
 a { background-color: #AFAD76; }

 a { background-color: rgb(175,173,118); }

 div.DivClassName
 {
   background-color: #AFAD76;
 }
 .BgClassName
 {
   background-color: #AFAD76;
 }
</style>
border-color css

<style>
 span { border-color: #AFAD76; }

 span { border-color: rgb(175,173,118); }

 td.TdClassName
 {
   border-color: #AFAD76;
 }
 .TagClassName
 {
   border-color: #AFAD76;
 }
</style>