Shades of Neutral Green #AFA778
Tints of Neutral Green #AFA778
RGB
CMYK
RGB Variations
Color information
#AFA778 (or 0xAFA778) is known color: Neutral Green. HEX triplet: AF, A7 and 78. RGB value is (175,167,120). Sum of RGB (Red+Green+Blue) = 175+167+120=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA778 is #505887. Grayscale: #A4A4A4. Windows color (decimal): -5265544 or 7907247. OLE color: 7907247.
HSL color Cylindrical-coordinate representation of color #AFA778: hue angle of 51.27º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFA778 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 120 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.31 |
| HSL | 51.27º | 0.26% | 0.58% | - |
| HSV(B) | 51.27º | 0.31% | 0.69% | - |
| XYZ | 34.89 | 38.11 | 23.29 | - |
| YUV | 164.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 120 | 0 | 0.05 | 0.31 | 0.31 | 51.27 | 0.26 | 0.58 |
| Hex | AF | A7 | 78 | 0 | 5 | 1F | 1F | 33 | 1A | 3A |
| Octal | 257 | 247 | 170 | 0 | 5 | 37 | 37 | 63 | 32 | 72 |
| Binary | 10101111 | 10100111 | 1111000 | 0 | 101 | 11111 | 11111 | 110011 | 11010 | 111010 |
Color Harmonies of #AFA778
Complementary color
Monochromatic Colors of #AFA778
Black with #AFA778
Text Example
Text Example
White with #AFA778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA778; }
p { color: rgb(175,167,120); }
H1.HeaderClassName
{
color: #AFA778;
}
.AnyTagClassName
{
color: #AFA778;
}
</style>
background-color css
<style>
a { background-color: #AFA778; }
a { background-color: rgb(175,167,120); }
div.DivClassName
{
background-color: #AFA778;
}
.BgClassName
{
background-color: #AFA778;
}
</style>
border-color css
<style>
span { border-color: #AFA778; }
span { border-color: rgb(175,167,120); }
td.TdClassName
{
border-color: #AFA778;
}
.TagClassName
{
border-color: #AFA778;
}
</style>