Shades of Olive Green #AFB655
Tints of Olive Green #AFB655
RGB
CMYK
RGB Variations
Color information
#AFB655 (or 0xAFB655) is known color: Olive Green. HEX triplet: AF, B6 and 55. RGB value is (175,182,85). Sum of RGB (Red+Green+Blue) = 175+182+85=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB655 is #5049AA. Grayscale: #A9A9A9. Windows color (decimal): -5261739 or 5617327. OLE color: 5617327.
HSL color Cylindrical-coordinate representation of color #AFB655: hue angle of 64.33º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFB655 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 182 | 85 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.29 |
| HSL | 64.33º | 0.4% | 0.52% | - |
| HSV(B) | 64.33º | 0.53% | 0.71% | - |
| XYZ | 36.05 | 43.23 | 15.04 | - |
| YUV | 168.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 85 | 0.04 | 0 | 0.53 | 0.29 | 64.33 | 0.4 | 0.52 |
| Hex | AF | B6 | 55 | 4 | 0 | 35 | 1D | 40 | 28 | 34 |
| Octal | 257 | 266 | 125 | 4 | 0 | 65 | 35 | 100 | 50 | 64 |
| Binary | 10101111 | 10110110 | 1010101 | 100 | 0 | 110101 | 11101 | 1000000 | 101000 | 110100 |
Color Harmonies of #AFB655
Complementary color
Monochromatic Colors of #AFB655
Black with #AFB655
Text Example
Text Example
White with #AFB655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB655; }
p { color: rgb(175,182,85); }
H1.HeaderClassName
{
color: #AFB655;
}
.AnyTagClassName
{
color: #AFB655;
}
</style>
background-color css
<style>
a { background-color: #AFB655; }
a { background-color: rgb(175,182,85); }
div.DivClassName
{
background-color: #AFB655;
}
.BgClassName
{
background-color: #AFB655;
}
</style>
border-color css
<style>
span { border-color: #AFB655; }
span { border-color: rgb(175,182,85); }
td.TdClassName
{
border-color: #AFB655;
}
.TagClassName
{
border-color: #AFB655;
}
</style>