Shades of Olive Green #AFB859
Tints of Olive Green #AFB859
RGB
CMYK
RGB Variations
Color information
#AFB859 (or 0xAFB859) is known color: Olive Green. HEX triplet: AF, B8 and 59. RGB value is (175,184,89). Sum of RGB (Red+Green+Blue) = 175+184+89=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB859 is #5047A6. Grayscale: #AAAAAA. Windows color (decimal): -5261223 or 5879983. OLE color: 5879983.
HSL color Cylindrical-coordinate representation of color #AFB859: hue angle of 65.68º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFB859 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 89 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.28 |
| HSL | 65.68º | 0.4% | 0.54% | - |
| HSV(B) | 65.68º | 0.52% | 0.72% | - |
| XYZ | 36.62 | 44.12 | 16.04 | - |
| YUV | 170.48 | 82.02 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 89 | 0.05 | 0 | 0.52 | 0.28 | 65.68 | 0.4 | 0.54 |
| Hex | AF | B8 | 59 | 5 | 0 | 34 | 1C | 42 | 28 | 36 |
| Octal | 257 | 270 | 131 | 5 | 0 | 64 | 34 | 102 | 50 | 66 |
| Binary | 10101111 | 10111000 | 1011001 | 101 | 0 | 110100 | 11100 | 1000010 | 101000 | 110110 |
Color Harmonies of #AFB859
Complementary color
Monochromatic Colors of #AFB859
Black with #AFB859
Text Example
Text Example
White with #AFB859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB859; }
p { color: rgb(175,184,89); }
H1.HeaderClassName
{
color: #AFB859;
}
.AnyTagClassName
{
color: #AFB859;
}
</style>
background-color css
<style>
a { background-color: #AFB859; }
a { background-color: rgb(175,184,89); }
div.DivClassName
{
background-color: #AFB859;
}
.BgClassName
{
background-color: #AFB859;
}
</style>
border-color css
<style>
span { border-color: #AFB859; }
span { border-color: rgb(175,184,89); }
td.TdClassName
{
border-color: #AFB859;
}
.TagClassName
{
border-color: #AFB859;
}
</style>