Shades of Olive Green #AFAE56
Tints of Olive Green #AFAE56
RGB
CMYK
RGB Variations
Color information
#AFAE56 (or 0xAFAE56) is known color: Olive Green. HEX triplet: AF, AE and 56. RGB value is (175,174,86). Sum of RGB (Red+Green+Blue) = 175+174+86=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAE56 is #5051A9. Grayscale: #A4A4A4. Windows color (decimal): -5263786 or 5680815. OLE color: 5680815.
HSL color Cylindrical-coordinate representation of color #AFAE56: hue angle of 59.33º 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 #AFAE56 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 174 | 86 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.31 |
| HSL | 59.33º | 0.36% | 0.51% | - |
| HSV(B) | 59.33º | 0.51% | 0.69% | - |
| XYZ | 34.49 | 40.06 | 14.72 | - |
| YUV | 164.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 174 | 86 | 0 | 0.01 | 0.51 | 0.31 | 59.33 | 0.36 | 0.51 |
| Hex | AF | AE | 56 | 0 | 1 | 33 | 1F | 3B | 24 | 33 |
| Octal | 257 | 256 | 126 | 0 | 1 | 63 | 37 | 73 | 44 | 63 |
| Binary | 10101111 | 10101110 | 1010110 | 0 | 1 | 110011 | 11111 | 111011 | 100100 | 110011 |
Color Harmonies of #AFAE56
Complementary color
Monochromatic Colors of #AFAE56
Black with #AFAE56
Text Example
Text Example
White with #AFAE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAE56; }
p { color: rgb(175,174,86); }
H1.HeaderClassName
{
color: #AFAE56;
}
.AnyTagClassName
{
color: #AFAE56;
}
</style>
background-color css
<style>
a { background-color: #AFAE56; }
a { background-color: rgb(175,174,86); }
div.DivClassName
{
background-color: #AFAE56;
}
.BgClassName
{
background-color: #AFAE56;
}
</style>
border-color css
<style>
span { border-color: #AFAE56; }
span { border-color: rgb(175,174,86); }
td.TdClassName
{
border-color: #AFAE56;
}
.TagClassName
{
border-color: #AFAE56;
}
</style>