Shades of Olive #858201
Tints of Olive #858201
RGB
CMYK
RGB Variations
Color information
#858201 (or 0x858201) is known color: Olive. HEX triplet: 85, 82 and 01. RGB value is (133,130,1). Sum of RGB (Red+Green+Blue) = 133+130+1=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #858201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858201 is #7A7DFE. Grayscale: #747474. Windows color (decimal): -8027647 or 98949. OLE color: 98949.
HSL color Cylindrical-coordinate representation of color #858201: hue angle of 58.64º 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 #858201 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.48 |
| HSL | 58.64º | 0.99% | 0.26% | - |
| HSV(B) | 58.64º | 0.99% | 0.52% | - |
| XYZ | 17.66 | 20.95 | 3.14 | - |
| YUV | 116.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 1 | 0 | 0.02 | 0.99 | 0.48 | 58.64 | 0.99 | 0.26 |
| Hex | 85 | 82 | 1 | 0 | 2 | 63 | 30 | 3B | 63 | 1A |
| Octal | 205 | 202 | 1 | 0 | 2 | 143 | 60 | 73 | 143 | 32 |
| Binary | 10000101 | 10000010 | 1 | 0 | 10 | 1100011 | 110000 | 111011 | 1100011 | 11010 |
Color Harmonies of #858201
Complementary color
Monochromatic Colors of #858201
Black with #858201
Text Example
Text Example
White with #858201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858201; }
p { color: rgb(133,130,1); }
H1.HeaderClassName
{
color: #858201;
}
.AnyTagClassName
{
color: #858201;
}
</style>
background-color css
<style>
a { background-color: #858201; }
a { background-color: rgb(133,130,1); }
div.DivClassName
{
background-color: #858201;
}
.BgClassName
{
background-color: #858201;
}
</style>
border-color css
<style>
span { border-color: #858201; }
span { border-color: rgb(133,130,1); }
td.TdClassName
{
border-color: #858201;
}
.TagClassName
{
border-color: #858201;
}
</style>