Shades of Olive Green #AFB756
Tints of Olive Green #AFB756
RGB
CMYK
RGB Variations
Color information
#AFB756 (or 0xAFB756) is known color: Olive Green. HEX triplet: AF, B7 and 56. RGB value is (175,183,86). Sum of RGB (Red+Green+Blue) = 175+183+86=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB756 is #5048A9. Grayscale: #A9A9A9. Windows color (decimal): -5261482 or 5683119. OLE color: 5683119.
HSL color Cylindrical-coordinate representation of color #AFB756: hue angle of 64.95º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFB756 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 86 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.28 |
| HSL | 64.95º | 0.4% | 0.53% | - |
| HSV(B) | 64.95º | 0.53% | 0.72% | - |
| XYZ | 36.29 | 43.65 | 15.32 | - |
| YUV | 169.55 | 80.85 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 86 | 0.04 | 0 | 0.53 | 0.28 | 64.95 | 0.4 | 0.53 |
| Hex | AF | B7 | 56 | 4 | 0 | 35 | 1C | 41 | 28 | 35 |
| Octal | 257 | 267 | 126 | 4 | 0 | 65 | 34 | 101 | 50 | 65 |
| Binary | 10101111 | 10110111 | 1010110 | 100 | 0 | 110101 | 11100 | 1000001 | 101000 | 110101 |
Color Harmonies of #AFB756
Complementary color
Monochromatic Colors of #AFB756
Black with #AFB756
Text Example
Text Example
White with #AFB756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB756; }
p { color: rgb(175,183,86); }
H1.HeaderClassName
{
color: #AFB756;
}
.AnyTagClassName
{
color: #AFB756;
}
</style>
background-color css
<style>
a { background-color: #AFB756; }
a { background-color: rgb(175,183,86); }
div.DivClassName
{
background-color: #AFB756;
}
.BgClassName
{
background-color: #AFB756;
}
</style>
border-color css
<style>
span { border-color: #AFB756; }
span { border-color: rgb(175,183,86); }
td.TdClassName
{
border-color: #AFB756;
}
.TagClassName
{
border-color: #AFB756;
}
</style>