Shades of Olive #858001
Tints of Olive #858001
RGB
CMYK
RGB Variations
Color information
#858001 (or 0x858001) is known color: Olive. HEX triplet: 85, 80 and 01. RGB value is (133,128,1). Sum of RGB (Red+Green+Blue) = 133+128+1=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #858001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858001 is #7A7FFE. Grayscale: #737373. Windows color (decimal): -8028159 or 98437. OLE color: 98437.
HSL color Cylindrical-coordinate representation of color #858001: hue angle of 57.73º 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 #858001 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.48 |
| HSL | 57.73º | 0.99% | 0.26% | - |
| HSV(B) | 57.73º | 0.99% | 0.52% | - |
| XYZ | 17.4 | 20.43 | 3.05 | - |
| YUV | 115.02 | 63.66 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 1 | 0 | 0.04 | 0.99 | 0.48 | 57.73 | 0.99 | 0.26 |
| Hex | 85 | 80 | 1 | 0 | 4 | 63 | 30 | 3A | 63 | 1A |
| Octal | 205 | 200 | 1 | 0 | 4 | 143 | 60 | 72 | 143 | 32 |
| Binary | 10000101 | 10000000 | 1 | 0 | 100 | 1100011 | 110000 | 111010 | 1100011 | 11010 |
Color Harmonies of #858001
Complementary color
Monochromatic Colors of #858001
Black with #858001
Text Example
Text Example
White with #858001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858001; }
p { color: rgb(133,128,1); }
H1.HeaderClassName
{
color: #858001;
}
.AnyTagClassName
{
color: #858001;
}
</style>
background-color css
<style>
a { background-color: #858001; }
a { background-color: rgb(133,128,1); }
div.DivClassName
{
background-color: #858001;
}
.BgClassName
{
background-color: #858001;
}
</style>
border-color css
<style>
span { border-color: #858001; }
span { border-color: rgb(133,128,1); }
td.TdClassName
{
border-color: #858001;
}
.TagClassName
{
border-color: #858001;
}
</style>