Shades of Olive #856C00
Tints of Olive #856C00
RGB
CMYK
RGB Variations
Color information
#856C00 (or 0x856C00) is known color: Olive. HEX triplet: 85, 6C and 00. RGB value is (133,108,0). Sum of RGB (Red+Green+Blue) = 133+108+0=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #856C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856C00 is #7A93FF. Grayscale: #676767. Windows color (decimal): -8033280 or 27781. OLE color: 27781.
HSL color Cylindrical-coordinate representation of color #856C00: hue angle of 48.72º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #856C00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.48 |
| HSL | 48.72º | 1% | 0.26% | - |
| HSV(B) | 48.72º | 1% | 0.52% | - |
| XYZ | 15.04 | 15.71 | 2.24 | - |
| YUV | 103.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 0 | 0 | 0.19 | 1 | 0.48 | 48.72 | 1 | 0.26 |
| Hex | 85 | 6C | 0 | 0 | 13 | 64 | 30 | 31 | 64 | 1A |
| Octal | 205 | 154 | 0 | 0 | 23 | 144 | 60 | 61 | 144 | 32 |
| Binary | 10000101 | 1101100 | 0 | 0 | 10011 | 1100100 | 110000 | 110001 | 1100100 | 11010 |
Color Harmonies of #856C00
Complementary color
Monochromatic Colors of #856C00
Black with #856C00
Text Example
Text Example
White with #856C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C00; }
p { color: rgb(133,108,0); }
H1.HeaderClassName
{
color: #856C00;
}
.AnyTagClassName
{
color: #856C00;
}
</style>
background-color css
<style>
a { background-color: #856C00; }
a { background-color: rgb(133,108,0); }
div.DivClassName
{
background-color: #856C00;
}
.BgClassName
{
background-color: #856C00;
}
</style>
border-color css
<style>
span { border-color: #856C00; }
span { border-color: rgb(133,108,0); }
td.TdClassName
{
border-color: #856C00;
}
.TagClassName
{
border-color: #856C00;
}
</style>