Shades of Olive Green #AFB86A
Tints of Olive Green #AFB86A
RGB
CMYK
RGB Variations
Color information
#AFB86A (or 0xAFB86A) is known color: Olive Green. HEX triplet: AF, B8 and 6A. RGB value is (175,184,106). Sum of RGB (Red+Green+Blue) = 175+184+106=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB86A is #504795. Grayscale: #ACACAC. Windows color (decimal): -5261206 or 6994095. OLE color: 6994095.
HSL color Cylindrical-coordinate representation of color #AFB86A: hue angle of 66.92º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFB86A is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 106 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.28 |
| HSL | 66.92º | 0.35% | 0.57% | - |
| HSV(B) | 66.92º | 0.42% | 0.72% | - |
| XYZ | 37.42 | 44.44 | 20.24 | - |
| YUV | 172.42 | 90.52 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 106 | 0.05 | 0 | 0.42 | 0.28 | 66.92 | 0.35 | 0.57 |
| Hex | AF | B8 | 6A | 5 | 0 | 2A | 1C | 43 | 23 | 39 |
| Octal | 257 | 270 | 152 | 5 | 0 | 52 | 34 | 103 | 43 | 71 |
| Binary | 10101111 | 10111000 | 1101010 | 101 | 0 | 101010 | 11100 | 1000011 | 100011 | 111001 |
Color Harmonies of #AFB86A
Complementary color
Monochromatic Colors of #AFB86A
Black with #AFB86A
Text Example
Text Example
White with #AFB86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB86A; }
p { color: rgb(175,184,106); }
H1.HeaderClassName
{
color: #AFB86A;
}
.AnyTagClassName
{
color: #AFB86A;
}
</style>
background-color css
<style>
a { background-color: #AFB86A; }
a { background-color: rgb(175,184,106); }
div.DivClassName
{
background-color: #AFB86A;
}
.BgClassName
{
background-color: #AFB86A;
}
</style>
border-color css
<style>
span { border-color: #AFB86A; }
span { border-color: rgb(175,184,106); }
td.TdClassName
{
border-color: #AFB86A;
}
.TagClassName
{
border-color: #AFB86A;
}
</style>