Shades of Olive Green #AFA956
Tints of Olive Green #AFA956
RGB
CMYK
RGB Variations
Color information
#AFA956 (or 0xAFA956) is known color: Olive Green. HEX triplet: AF, A9 and 56. RGB value is (175,169,86). Sum of RGB (Red+Green+Blue) = 175+169+86=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA956 is #5056A9. Grayscale: #A1A1A1. Windows color (decimal): -5265066 or 5679535. OLE color: 5679535.
HSL color Cylindrical-coordinate representation of color #AFA956: hue angle of 55.96º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFA956 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 169 | 86 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.31 |
| HSL | 55.96º | 0.36% | 0.51% | - |
| HSV(B) | 55.96º | 0.51% | 0.69% | - |
| XYZ | 33.55 | 38.16 | 14.4 | - |
| YUV | 161.33 | 85.49 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 169 | 86 | 0 | 0.03 | 0.51 | 0.31 | 55.96 | 0.36 | 0.51 |
| Hex | AF | A9 | 56 | 0 | 3 | 33 | 1F | 38 | 24 | 33 |
| Octal | 257 | 251 | 126 | 0 | 3 | 63 | 37 | 70 | 44 | 63 |
| Binary | 10101111 | 10101001 | 1010110 | 0 | 11 | 110011 | 11111 | 111000 | 100100 | 110011 |
Color Harmonies of #AFA956
Complementary color
Monochromatic Colors of #AFA956
Black with #AFA956
Text Example
Text Example
White with #AFA956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA956; }
p { color: rgb(175,169,86); }
H1.HeaderClassName
{
color: #AFA956;
}
.AnyTagClassName
{
color: #AFA956;
}
</style>
background-color css
<style>
a { background-color: #AFA956; }
a { background-color: rgb(175,169,86); }
div.DivClassName
{
background-color: #AFA956;
}
.BgClassName
{
background-color: #AFA956;
}
</style>
border-color css
<style>
span { border-color: #AFA956; }
span { border-color: rgb(175,169,86); }
td.TdClassName
{
border-color: #AFA956;
}
.TagClassName
{
border-color: #AFA956;
}
</style>