Shades of Olive Green #AFAE51
Tints of Olive Green #AFAE51
RGB
CMYK
RGB Variations
Color information
#AFAE51 (or 0xAFAE51) is known color: Olive Green. HEX triplet: AF, AE and 51. RGB value is (175,174,81). Sum of RGB (Red+Green+Blue) = 175+174+81=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 81 (32.03% from 255 or 18.84% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE51 is #5051AE. Grayscale: #A4A4A4. Windows color (decimal): -5263791 or 5353135. OLE color: 5353135.
HSL color Cylindrical-coordinate representation of color #AFAE51: hue angle of 59.36º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFAE51 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 81 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.31 |
| HSL | 59.36º | 0.37% | 0.5% | - |
| HSV(B) | 59.36º | 0.54% | 0.69% | - |
| XYZ | 34.3 | 39.98 | 13.69 | - |
| YUV | 163.7 | 81.33 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 81 | 0 | 0.01 | 0.54 | 0.31 | 59.36 | 0.37 | 0.5 |
| Hex | AF | AE | 51 | 0 | 1 | 36 | 1F | 3B | 25 | 32 |
| Octal | 257 | 256 | 121 | 0 | 1 | 66 | 37 | 73 | 45 | 62 |
| Binary | 10101111 | 10101110 | 1010001 | 0 | 1 | 110110 | 11111 | 111011 | 100101 | 110010 |
Color Harmonies of #AFAE51
Complementary color
Monochromatic Colors of #AFAE51
Black with #AFAE51
Text Example
Text Example
White with #AFAE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE51; }
p { color: rgb(175,174,81); }
H1.HeaderClassName
{
color: #AFAE51;
}
.AnyTagClassName
{
color: #AFAE51;
}
</style>
background-color css
<style>
a { background-color: #AFAE51; }
a { background-color: rgb(175,174,81); }
div.DivClassName
{
background-color: #AFAE51;
}
.BgClassName
{
background-color: #AFAE51;
}
</style>
border-color css
<style>
span { border-color: #AFAE51; }
span { border-color: rgb(175,174,81); }
td.TdClassName
{
border-color: #AFAE51;
}
.TagClassName
{
border-color: #AFAE51;
}
</style>