Shades of Olive #856D01
Tints of Olive #856D01
RGB
CMYK
RGB Variations
Color information
#856D01 (or 0x856D01) is known color: Olive. HEX triplet: 85, 6D and 01. RGB value is (133,109,1). Sum of RGB (Red+Green+Blue) = 133+109+1=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #856D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856D01 is #7A92FE. Grayscale: #686868. Windows color (decimal): -8033023 or 93573. OLE color: 93573.
HSL color Cylindrical-coordinate representation of color #856D01: hue angle of 49.09º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #856D01 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 1 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.48 |
| HSL | 49.09º | 0.99% | 0.26% | - |
| HSV(B) | 49.09º | 0.99% | 0.52% | - |
| XYZ | 15.15 | 15.93 | 2.3 | - |
| YUV | 103.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 1 | 0 | 0.18 | 0.99 | 0.48 | 49.09 | 0.99 | 0.26 |
| Hex | 85 | 6D | 1 | 0 | 12 | 63 | 30 | 31 | 63 | 1A |
| Octal | 205 | 155 | 1 | 0 | 22 | 143 | 60 | 61 | 143 | 32 |
| Binary | 10000101 | 1101101 | 1 | 0 | 10010 | 1100011 | 110000 | 110001 | 1100011 | 11010 |
Color Harmonies of #856D01
Complementary color
Monochromatic Colors of #856D01
Black with #856D01
Text Example
Text Example
White with #856D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D01; }
p { color: rgb(133,109,1); }
H1.HeaderClassName
{
color: #856D01;
}
.AnyTagClassName
{
color: #856D01;
}
</style>
background-color css
<style>
a { background-color: #856D01; }
a { background-color: rgb(133,109,1); }
div.DivClassName
{
background-color: #856D01;
}
.BgClassName
{
background-color: #856D01;
}
</style>
border-color css
<style>
span { border-color: #856D01; }
span { border-color: rgb(133,109,1); }
td.TdClassName
{
border-color: #856D01;
}
.TagClassName
{
border-color: #856D01;
}
</style>