Shades of Olive Green #AFB76C
Tints of Olive Green #AFB76C
RGB
CMYK
RGB Variations
Color information
#AFB76C (or 0xAFB76C) is known color: Olive Green. HEX triplet: AF, B7 and 6C. RGB value is (175,183,108). Sum of RGB (Red+Green+Blue) = 175+183+108=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB76C is #504893. Grayscale: #ACACAC. Windows color (decimal): -5261460 or 7124911. OLE color: 7124911.
HSL color Cylindrical-coordinate representation of color #AFB76C: hue angle of 66.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFB76C is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 108 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.28 |
| HSL | 66.4º | 0.34% | 0.57% | - |
| HSV(B) | 66.4º | 0.41% | 0.72% | - |
| XYZ | 37.32 | 44.06 | 20.73 | - |
| YUV | 172.06 | 91.85 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 108 | 0.04 | 0 | 0.41 | 0.28 | 66.4 | 0.34 | 0.57 |
| Hex | AF | B7 | 6C | 4 | 0 | 29 | 1C | 42 | 22 | 39 |
| Octal | 257 | 267 | 154 | 4 | 0 | 51 | 34 | 102 | 42 | 71 |
| Binary | 10101111 | 10110111 | 1101100 | 100 | 0 | 101001 | 11100 | 1000010 | 100010 | 111001 |
Color Harmonies of #AFB76C
Complementary color
Monochromatic Colors of #AFB76C
Black with #AFB76C
Text Example
Text Example
White with #AFB76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB76C; }
p { color: rgb(175,183,108); }
H1.HeaderClassName
{
color: #AFB76C;
}
.AnyTagClassName
{
color: #AFB76C;
}
</style>
background-color css
<style>
a { background-color: #AFB76C; }
a { background-color: rgb(175,183,108); }
div.DivClassName
{
background-color: #AFB76C;
}
.BgClassName
{
background-color: #AFB76C;
}
</style>
border-color css
<style>
span { border-color: #AFB76C; }
span { border-color: rgb(175,183,108); }
td.TdClassName
{
border-color: #AFB76C;
}
.TagClassName
{
border-color: #AFB76C;
}
</style>