Shades of Olive #859300
Tints of Olive #859300
RGB
CMYK
RGB Variations
Color information
#859300 (or 0x859300) is known color: Olive. HEX triplet: 85, 93 and 00. RGB value is (133,147,0). Sum of RGB (Red+Green+Blue) = 133+147+0=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #859300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859300 is #7A6CFF. Grayscale: #7E7E7E. Windows color (decimal): -8023296 or 37765. OLE color: 37765.
HSL color Cylindrical-coordinate representation of color #859300: hue angle of 65.71º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #859300 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 147 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.42 |
| HSL | 65.71º | 1% | 0.29% | - |
| HSV(B) | 65.71º | 1% | 0.58% | - |
| XYZ | 20.11 | 25.85 | 3.93 | - |
| YUV | 126.06 | 56.86 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 0 | 0.10 | 0 | 1 | 0.42 | 65.71 | 1 | 0.29 |
| Hex | 85 | 93 | 0 | A | 0 | 64 | 2A | 42 | 64 | 1D |
| Octal | 205 | 223 | 0 | 12 | 0 | 144 | 52 | 102 | 144 | 35 |
| Binary | 10000101 | 10010011 | 0 | 1010 | 0 | 1100100 | 101010 | 1000010 | 1100100 | 11101 |
Color Harmonies of #859300
Complementary color
Monochromatic Colors of #859300
Black with #859300
Text Example
Text Example
White with #859300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859300; }
p { color: rgb(133,147,0); }
H1.HeaderClassName
{
color: #859300;
}
.AnyTagClassName
{
color: #859300;
}
</style>
background-color css
<style>
a { background-color: #859300; }
a { background-color: rgb(133,147,0); }
div.DivClassName
{
background-color: #859300;
}
.BgClassName
{
background-color: #859300;
}
</style>
border-color css
<style>
span { border-color: #859300; }
span { border-color: rgb(133,147,0); }
td.TdClassName
{
border-color: #859300;
}
.TagClassName
{
border-color: #859300;
}
</style>