#AFAF76

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

Shades of Neutral Green #AFAF76

Tints of Neutral Green #AFAF76

Color information

#AFAF76 (or 0xAFAF76) is unknown color: approx Neutral Green. HEX triplet: AF, AF and 76. RGB value is (175,175,118). Sum of RGB (Red+Green+Blue) = 175+175+118=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF76 is #505089. Grayscale: #A8A8A8. Windows color (decimal): -5263498 or 7778223. OLE color: 7778223.

HSL color Cylindrical-coordinate representation of color #AFAF76: hue angle of 60º 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 #AFAF76 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB175175118-
CMYK000.330.31
HSL60º26.27%57.45%-
HSV(B)60º32.57%68.63%-
XYZ36.2841.0823.16-
YUV168.599.5132.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=37.39%
G=37.39%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175118000.330.316026.2757.45
HexAFAF7600211F3c1a39
Octal257257166004137743271
Binary10101111101011111110110001000011111111110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF76; }

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

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

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

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

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

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

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

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