Shades of Olive #859102
Tints of Olive #859102
RGB
CMYK
RGB Variations
Color information
#859102 (or 0x859102) is known color: Olive. HEX triplet: 85, 91 and 02. RGB value is (133,145,2). Sum of RGB (Red+Green+Blue) = 133+145+2=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #859102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859102 is #7A6EFD. Grayscale: #7D7D7D. Windows color (decimal): -8023806 or 168325. OLE color: 168325.
HSL color Cylindrical-coordinate representation of color #859102: hue angle of 65.03º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #859102 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.43 |
| HSL | 65.03º | 0.97% | 0.29% | - |
| HSV(B) | 65.03º | 0.99% | 0.57% | - |
| XYZ | 19.81 | 25.24 | 3.89 | - |
| YUV | 125.11 | 58.52 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 2 | 0.08 | 0 | 0.99 | 0.43 | 65.03 | 0.97 | 0.29 |
| Hex | 85 | 91 | 2 | 8 | 0 | 63 | 2B | 41 | 61 | 1D |
| Octal | 205 | 221 | 2 | 10 | 0 | 143 | 53 | 101 | 141 | 35 |
| Binary | 10000101 | 10010001 | 10 | 1000 | 0 | 1100011 | 101011 | 1000001 | 1100001 | 11101 |
Color Harmonies of #859102
Complementary color
Monochromatic Colors of #859102
Black with #859102
Text Example
Text Example
White with #859102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859102; }
p { color: rgb(133,145,2); }
H1.HeaderClassName
{
color: #859102;
}
.AnyTagClassName
{
color: #859102;
}
</style>
background-color css
<style>
a { background-color: #859102; }
a { background-color: rgb(133,145,2); }
div.DivClassName
{
background-color: #859102;
}
.BgClassName
{
background-color: #859102;
}
</style>
border-color css
<style>
span { border-color: #859102; }
span { border-color: rgb(133,145,2); }
td.TdClassName
{
border-color: #859102;
}
.TagClassName
{
border-color: #859102;
}
</style>