Shades of Olive #859001
Tints of Olive #859001
RGB
CMYK
RGB Variations
Color information
#859001 (or 0x859001) is known color: Olive. HEX triplet: 85, 90 and 01. RGB value is (133,144,1). Sum of RGB (Red+Green+Blue) = 133+144+1=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #859001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859001 is #7A6FFE. Grayscale: #7C7C7C. Windows color (decimal): -8024063 or 102533. OLE color: 102533.
HSL color Cylindrical-coordinate representation of color #859001: hue angle of 64.62º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #859001 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 144 | 1 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.44 |
| HSL | 64.62º | 0.99% | 0.28% | - |
| HSV(B) | 64.62º | 0.99% | 0.56% | - |
| XYZ | 19.65 | 24.94 | 3.81 | - |
| YUV | 124.41 | 58.36 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 1 | 0.08 | 0 | 0.99 | 0.44 | 64.62 | 0.99 | 0.28 |
| Hex | 85 | 90 | 1 | 8 | 0 | 63 | 2C | 41 | 63 | 1C |
| Octal | 205 | 220 | 1 | 10 | 0 | 143 | 54 | 101 | 143 | 34 |
| Binary | 10000101 | 10010000 | 1 | 1000 | 0 | 1100011 | 101100 | 1000001 | 1100011 | 11100 |
Color Harmonies of #859001
Complementary color
Monochromatic Colors of #859001
Black with #859001
Text Example
Text Example
White with #859001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859001; }
p { color: rgb(133,144,1); }
H1.HeaderClassName
{
color: #859001;
}
.AnyTagClassName
{
color: #859001;
}
</style>
background-color css
<style>
a { background-color: #859001; }
a { background-color: rgb(133,144,1); }
div.DivClassName
{
background-color: #859001;
}
.BgClassName
{
background-color: #859001;
}
</style>
border-color css
<style>
span { border-color: #859001; }
span { border-color: rgb(133,144,1); }
td.TdClassName
{
border-color: #859001;
}
.TagClassName
{
border-color: #859001;
}
</style>