Shades of Olive #858C10
Tints of Olive #858C10
RGB
CMYK
RGB Variations
Color information
#858C10 (or 0x858C10) is known color: Olive. HEX triplet: 85, 8C and 10. RGB value is (133,140,16). Sum of RGB (Red+Green+Blue) = 133+140+16=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 140 - color contains mainly: green. Hex color #858C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858C10 is #7A73EF. Grayscale: #7C7C7C. Windows color (decimal): -8025072 or 1084549. OLE color: 1084549.
HSL color Cylindrical-coordinate representation of color #858C10: hue angle of 63.39º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #858C10 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 16 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.45 |
| HSL | 63.39º | 0.79% | 0.31% | - |
| HSV(B) | 63.39º | 0.89% | 0.55% | - |
| XYZ | 19.14 | 23.78 | 4.07 | - |
| YUV | 123.77 | 67.18 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 16 | 0.05 | 0 | 0.89 | 0.45 | 63.39 | 0.79 | 0.31 |
| Hex | 85 | 8C | 10 | 5 | 0 | 59 | 2D | 3F | 4F | 1F |
| Octal | 205 | 214 | 20 | 5 | 0 | 131 | 55 | 77 | 117 | 37 |
| Binary | 10000101 | 10001100 | 10000 | 101 | 0 | 1011001 | 101101 | 111111 | 1001111 | 11111 |
Color Harmonies of #858C10
Complementary color
Monochromatic Colors of #858C10
Black with #858C10
Text Example
Text Example
White with #858C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C10; }
p { color: rgb(133,140,16); }
H1.HeaderClassName
{
color: #858C10;
}
.AnyTagClassName
{
color: #858C10;
}
</style>
background-color css
<style>
a { background-color: #858C10; }
a { background-color: rgb(133,140,16); }
div.DivClassName
{
background-color: #858C10;
}
.BgClassName
{
background-color: #858C10;
}
</style>
border-color css
<style>
span { border-color: #858C10; }
span { border-color: rgb(133,140,16); }
td.TdClassName
{
border-color: #858C10;
}
.TagClassName
{
border-color: #858C10;
}
</style>