Shades of Olive #858401
Tints of Olive #858401
RGB
CMYK
RGB Variations
Color information
#858401 (or 0x858401) is known color: Olive. HEX triplet: 85, 84 and 01. RGB value is (133,132,1). Sum of RGB (Red+Green+Blue) = 133+132+1=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #858401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858401 is #7A7BFE. Grayscale: #757575. Windows color (decimal): -8027135 or 99461. OLE color: 99461.
HSL color Cylindrical-coordinate representation of color #858401: hue angle of 59.55º 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 #858401 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.48 |
| HSL | 59.55º | 0.99% | 0.26% | - |
| HSV(B) | 59.55º | 0.99% | 0.52% | - |
| XYZ | 17.93 | 21.49 | 3.23 | - |
| YUV | 117.37 | 62.33 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 1 | 0 | 0.01 | 0.99 | 0.48 | 59.55 | 0.99 | 0.26 |
| Hex | 85 | 84 | 1 | 0 | 1 | 63 | 30 | 3C | 63 | 1A |
| Octal | 205 | 204 | 1 | 0 | 1 | 143 | 60 | 74 | 143 | 32 |
| Binary | 10000101 | 10000100 | 1 | 0 | 1 | 1100011 | 110000 | 111100 | 1100011 | 11010 |
Color Harmonies of #858401
Complementary color
Monochromatic Colors of #858401
Black with #858401
Text Example
Text Example
White with #858401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858401; }
p { color: rgb(133,132,1); }
H1.HeaderClassName
{
color: #858401;
}
.AnyTagClassName
{
color: #858401;
}
</style>
background-color css
<style>
a { background-color: #858401; }
a { background-color: rgb(133,132,1); }
div.DivClassName
{
background-color: #858401;
}
.BgClassName
{
background-color: #858401;
}
</style>
border-color css
<style>
span { border-color: #858401; }
span { border-color: rgb(133,132,1); }
td.TdClassName
{
border-color: #858401;
}
.TagClassName
{
border-color: #858401;
}
</style>