Shades of Olive Green #AFAF55
Tints of Olive Green #AFAF55
RGB
CMYK
RGB Variations
Color information
#AFAF55 (or 0xAFAF55) is known color: Olive Green. HEX triplet: AF, AF and 55. RGB value is (175,175,85). Sum of RGB (Red+Green+Blue) = 175+175+85=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF55 is #5050AA. Grayscale: #A5A5A5. Windows color (decimal): -5263531 or 5615535. OLE color: 5615535.
HSL color Cylindrical-coordinate representation of color #AFAF55: hue angle of 60º 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 #AFAF55 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 175 | 85 | - |
| CMYK | 0 | 0 | 0.51 | 0.31 |
| HSL | 60º | 0.36% | 0.51% | - |
| HSV(B) | 60º | 0.51% | 0.69% | - |
| XYZ | 34.65 | 40.43 | 14.57 | - |
| YUV | 164.74 | 83 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 85 | 0 | 0 | 0.51 | 0.31 | 60 | 0.36 | 0.51 |
| Hex | AF | AF | 55 | 0 | 0 | 33 | 1F | 3C | 24 | 33 |
| Octal | 257 | 257 | 125 | 0 | 0 | 63 | 37 | 74 | 44 | 63 |
| Binary | 10101111 | 10101111 | 1010101 | 0 | 0 | 110011 | 11111 | 111100 | 100100 | 110011 |
Color Harmonies of #AFAF55
Complementary color
Monochromatic Colors of #AFAF55
Black with #AFAF55
Text Example
Text Example
White with #AFAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAF55; }
p { color: rgb(175,175,85); }
H1.HeaderClassName
{
color: #AFAF55;
}
.AnyTagClassName
{
color: #AFAF55;
}
</style>
background-color css
<style>
a { background-color: #AFAF55; }
a { background-color: rgb(175,175,85); }
div.DivClassName
{
background-color: #AFAF55;
}
.BgClassName
{
background-color: #AFAF55;
}
</style>
border-color css
<style>
span { border-color: #AFAF55; }
span { border-color: rgb(175,175,85); }
td.TdClassName
{
border-color: #AFAF55;
}
.TagClassName
{
border-color: #AFAF55;
}
</style>