Shades of Neutral Green #AFA77F
Tints of Neutral Green #AFA77F
RGB
CMYK
RGB Variations
Color information
#AFA77F (or 0xAFA77F) is known color: Neutral Green. HEX triplet: AF, A7 and 7F. RGB value is (175,167,127). Sum of RGB (Red+Green+Blue) = 175+167+127=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA77F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA77F is #505880. Grayscale: #A5A5A5. Windows color (decimal): -5265537 or 8365999. OLE color: 8365999.
HSL color Cylindrical-coordinate representation of color #AFA77F: hue angle of 50º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFA77F is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 127 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.31 |
| HSL | 50º | 0.23% | 0.59% | - |
| HSV(B) | 50º | 0.27% | 0.69% | - |
| XYZ | 35.33 | 38.28 | 25.61 | - |
| YUV | 164.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 127 | 0 | 0.05 | 0.27 | 0.31 | 50 | 0.23 | 0.59 |
| Hex | AF | A7 | 7F | 0 | 5 | 1B | 1F | 32 | 17 | 3B |
| Octal | 257 | 247 | 177 | 0 | 5 | 33 | 37 | 62 | 27 | 73 |
| Binary | 10101111 | 10100111 | 1111111 | 0 | 101 | 11011 | 11111 | 110010 | 10111 | 111011 |
Color Harmonies of #AFA77F
Complementary color
Monochromatic Colors of #AFA77F
Black with #AFA77F
Text Example
Text Example
White with #AFA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA77F; }
p { color: rgb(175,167,127); }
H1.HeaderClassName
{
color: #AFA77F;
}
.AnyTagClassName
{
color: #AFA77F;
}
</style>
background-color css
<style>
a { background-color: #AFA77F; }
a { background-color: rgb(175,167,127); }
div.DivClassName
{
background-color: #AFA77F;
}
.BgClassName
{
background-color: #AFA77F;
}
</style>
border-color css
<style>
span { border-color: #AFA77F; }
span { border-color: rgb(175,167,127); }
td.TdClassName
{
border-color: #AFA77F;
}
.TagClassName
{
border-color: #AFA77F;
}
</style>