Shades of Olive Green #AFB86B
Tints of Olive Green #AFB86B
RGB
CMYK
RGB Variations
Color information
#AFB86B (or 0xAFB86B) is known color: Olive Green. HEX triplet: AF, B8 and 6B. RGB value is (175,184,107). Sum of RGB (Red+Green+Blue) = 175+184+107=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB86B is #504794. Grayscale: #ACACAC. Windows color (decimal): -5261205 or 7059631. OLE color: 7059631.
HSL color Cylindrical-coordinate representation of color #AFB86B: hue angle of 67.01º 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 #AFB86B is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 107 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.28 |
| HSL | 67.01º | 0.35% | 0.57% | - |
| HSV(B) | 67.01º | 0.42% | 0.72% | - |
| XYZ | 37.47 | 44.46 | 20.52 | - |
| YUV | 172.53 | 91.02 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 107 | 0.05 | 0 | 0.42 | 0.28 | 67.01 | 0.35 | 0.57 |
| Hex | AF | B8 | 6B | 5 | 0 | 2A | 1C | 43 | 23 | 39 |
| Octal | 257 | 270 | 153 | 5 | 0 | 52 | 34 | 103 | 43 | 71 |
| Binary | 10101111 | 10111000 | 1101011 | 101 | 0 | 101010 | 11100 | 1000011 | 100011 | 111001 |
Color Harmonies of #AFB86B
Complementary color
Monochromatic Colors of #AFB86B
Black with #AFB86B
Text Example
Text Example
White with #AFB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB86B; }
p { color: rgb(175,184,107); }
H1.HeaderClassName
{
color: #AFB86B;
}
.AnyTagClassName
{
color: #AFB86B;
}
</style>
background-color css
<style>
a { background-color: #AFB86B; }
a { background-color: rgb(175,184,107); }
div.DivClassName
{
background-color: #AFB86B;
}
.BgClassName
{
background-color: #AFB86B;
}
</style>
border-color css
<style>
span { border-color: #AFB86B; }
span { border-color: rgb(175,184,107); }
td.TdClassName
{
border-color: #AFB86B;
}
.TagClassName
{
border-color: #AFB86B;
}
</style>