Shades of Olive Green #AFAC55
Tints of Olive Green #AFAC55
RGB
CMYK
RGB Variations
Color information
#AFAC55 (or 0xAFAC55) is known color: Olive Green. HEX triplet: AF, AC and 55. RGB value is (175,172,85). Sum of RGB (Red+Green+Blue) = 175+172+85=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC55 is #5053AA. Grayscale: #A3A3A3. Windows color (decimal): -5264299 or 5614767. OLE color: 5614767.
HSL color Cylindrical-coordinate representation of color #AFAC55: hue angle of 58º 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 #AFAC55 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 85 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.31 |
| HSL | 58º | 0.36% | 0.51% | - |
| HSV(B) | 58º | 0.51% | 0.69% | - |
| XYZ | 34.07 | 39.27 | 14.38 | - |
| YUV | 162.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 85 | 0 | 0.02 | 0.51 | 0.31 | 58 | 0.36 | 0.51 |
| Hex | AF | AC | 55 | 0 | 2 | 33 | 1F | 3A | 24 | 33 |
| Octal | 257 | 254 | 125 | 0 | 2 | 63 | 37 | 72 | 44 | 63 |
| Binary | 10101111 | 10101100 | 1010101 | 0 | 10 | 110011 | 11111 | 111010 | 100100 | 110011 |
Color Harmonies of #AFAC55
Complementary color
Monochromatic Colors of #AFAC55
Black with #AFAC55
Text Example
Text Example
White with #AFAC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAC55; }
p { color: rgb(175,172,85); }
H1.HeaderClassName
{
color: #AFAC55;
}
.AnyTagClassName
{
color: #AFAC55;
}
</style>
background-color css
<style>
a { background-color: #AFAC55; }
a { background-color: rgb(175,172,85); }
div.DivClassName
{
background-color: #AFAC55;
}
.BgClassName
{
background-color: #AFAC55;
}
</style>
border-color css
<style>
span { border-color: #AFAC55; }
span { border-color: rgb(175,172,85); }
td.TdClassName
{
border-color: #AFAC55;
}
.TagClassName
{
border-color: #AFAC55;
}
</style>