Shades of Olive #858C01
Tints of Olive #858C01
RGB
CMYK
RGB Variations
Color information
#858C01 (or 0x858C01) is known color: Olive. HEX triplet: 85, 8C and 01. RGB value is (133,140,1). Sum of RGB (Red+Green+Blue) = 133+140+1=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 140 (55.08% from 255 or 51.09% from 274); Blue value is 1 (0.78% from 255 or 0.36% from 274); Max value from RGB is 140 - color contains mainly: green. Hex color #858C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858C01 is #7A73FE. Grayscale: #7A7A7A. Windows color (decimal): -8025087 or 101509. OLE color: 101509.
HSL color Cylindrical-coordinate representation of color #858C01: hue angle of 63.02º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #858C01 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 1 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.45 |
| HSL | 63.02º | 0.99% | 0.28% | - |
| HSV(B) | 63.02º | 0.99% | 0.55% | - |
| XYZ | 19.06 | 23.74 | 3.61 | - |
| YUV | 122.06 | 59.68 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 1 | 0.05 | 0 | 0.99 | 0.45 | 63.02 | 0.99 | 0.28 |
| Hex | 85 | 8C | 1 | 5 | 0 | 63 | 2D | 3F | 63 | 1C |
| Octal | 205 | 214 | 1 | 5 | 0 | 143 | 55 | 77 | 143 | 34 |
| Binary | 10000101 | 10001100 | 1 | 101 | 0 | 1100011 | 101101 | 111111 | 1100011 | 11100 |
Color Harmonies of #858C01
Complementary color
Monochromatic Colors of #858C01
Black with #858C01
Text Example
Text Example
White with #858C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C01; }
p { color: rgb(133,140,1); }
H1.HeaderClassName
{
color: #858C01;
}
.AnyTagClassName
{
color: #858C01;
}
</style>
background-color css
<style>
a { background-color: #858C01; }
a { background-color: rgb(133,140,1); }
div.DivClassName
{
background-color: #858C01;
}
.BgClassName
{
background-color: #858C01;
}
</style>
border-color css
<style>
span { border-color: #858C01; }
span { border-color: rgb(133,140,1); }
td.TdClassName
{
border-color: #858C01;
}
.TagClassName
{
border-color: #858C01;
}
</style>