Shades of Olive Green #AFAF52
Tints of Olive Green #AFAF52
RGB
CMYK
RGB Variations
Color information
#AFAF52 (or 0xAFAF52) is known color: Olive Green. HEX triplet: AF, AF and 52. RGB value is (175,175,82). Sum of RGB (Red+Green+Blue) = 175+175+82=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAF52 is #5050AD. Grayscale: #A4A4A4. Windows color (decimal): -5263534 or 5418927. OLE color: 5418927.
HSL color Cylindrical-coordinate representation of color #AFAF52: hue angle of 60º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFAF52 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 175 | 82 | - |
| CMYK | 0 | 0 | 0.53 | 0.31 |
| HSL | 60º | 0.37% | 0.5% | - |
| HSV(B) | 60º | 0.53% | 0.69% | - |
| XYZ | 34.53 | 40.38 | 13.96 | - |
| YUV | 164.4 | 81.5 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 175 | 82 | 0 | 0 | 0.53 | 0.31 | 60 | 0.37 | 0.5 |
| Hex | AF | AF | 52 | 0 | 0 | 35 | 1F | 3C | 25 | 32 |
| Octal | 257 | 257 | 122 | 0 | 0 | 65 | 37 | 74 | 45 | 62 |
| Binary | 10101111 | 10101111 | 1010010 | 0 | 0 | 110101 | 11111 | 111100 | 100101 | 110010 |
Color Harmonies of #AFAF52
Complementary color
Monochromatic Colors of #AFAF52
Black with #AFAF52
Text Example
Text Example
White with #AFAF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAF52; }
p { color: rgb(175,175,82); }
H1.HeaderClassName
{
color: #AFAF52;
}
.AnyTagClassName
{
color: #AFAF52;
}
</style>
background-color css
<style>
a { background-color: #AFAF52; }
a { background-color: rgb(175,175,82); }
div.DivClassName
{
background-color: #AFAF52;
}
.BgClassName
{
background-color: #AFAF52;
}
</style>
border-color css
<style>
span { border-color: #AFAF52; }
span { border-color: rgb(175,175,82); }
td.TdClassName
{
border-color: #AFAF52;
}
.TagClassName
{
border-color: #AFAF52;
}
</style>