Shades of Neutral Green #AFAF76
Tints of Neutral Green #AFAF76
RGB
CMYK
RGB Variations
Color information
#AFAF76 (or 0xAFAF76) is known color: 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
| RGB | 175 | 175 | 118 | - |
| CMYK | 0 | 0 | 0.33 | 0.31 |
| HSL | 60º | 0.26% | 0.57% | - |
| HSV(B) | 60º | 0.33% | 0.69% | - |
| XYZ | 36.28 | 41.08 | 23.16 | - |
| YUV | 168.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 118 | 0 | 0 | 0.33 | 0.31 | 60 | 0.26 | 0.57 |
| Hex | AF | AF | 76 | 0 | 0 | 21 | 1F | 3C | 1A | 39 |
| Octal | 257 | 257 | 166 | 0 | 0 | 41 | 37 | 74 | 32 | 71 |
| Binary | 10101111 | 10101111 | 1110110 | 0 | 0 | 100001 | 11111 | 111100 | 11010 | 111001 |
Color Harmonies of #AFAF76
Complementary color
Monochromatic Colors of #AFAF76
Black with #AFAF76
Text Example
Text Example
White with #AFAF76
Text Example
Text Example
HTML Codes & Css Web 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>