Shades of Neutral Green #AFA87F
Tints of Neutral Green #AFA87F
RGB
CMYK
RGB Variations
Color information
#AFA87F (or 0xAFA87F) is known color: Neutral Green. HEX triplet: AF, A8 and 7F. RGB value is (175,168,127). Sum of RGB (Red+Green+Blue) = 175+168+127=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA87F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA87F is #505780. Grayscale: #A5A5A5. Windows color (decimal): -5265281 or 8366255. OLE color: 8366255.
HSL color Cylindrical-coordinate representation of color #AFA87F: hue angle of 51.25º 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 #AFA87F is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 127 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.31 |
| HSL | 51.25º | 0.23% | 0.59% | - |
| HSV(B) | 51.25º | 0.27% | 0.69% | - |
| XYZ | 35.51 | 38.65 | 25.67 | - |
| YUV | 165.42 | 106.32 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 127 | 0 | 0.04 | 0.27 | 0.31 | 51.25 | 0.23 | 0.59 |
| Hex | AF | A8 | 7F | 0 | 4 | 1B | 1F | 33 | 17 | 3B |
| Octal | 257 | 250 | 177 | 0 | 4 | 33 | 37 | 63 | 27 | 73 |
| Binary | 10101111 | 10101000 | 1111111 | 0 | 100 | 11011 | 11111 | 110011 | 10111 | 111011 |
Color Harmonies of #AFA87F
Complementary color
Monochromatic Colors of #AFA87F
Black with #AFA87F
Text Example
Text Example
White with #AFA87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA87F; }
p { color: rgb(175,168,127); }
H1.HeaderClassName
{
color: #AFA87F;
}
.AnyTagClassName
{
color: #AFA87F;
}
</style>
background-color css
<style>
a { background-color: #AFA87F; }
a { background-color: rgb(175,168,127); }
div.DivClassName
{
background-color: #AFA87F;
}
.BgClassName
{
background-color: #AFA87F;
}
</style>
border-color css
<style>
span { border-color: #AFA87F; }
span { border-color: rgb(175,168,127); }
td.TdClassName
{
border-color: #AFA87F;
}
.TagClassName
{
border-color: #AFA87F;
}
</style>