Shades of Olive #858D08
Tints of Olive #858D08
RGB
CMYK
RGB Variations
Color information
#858D08 (or 0x858D08) is known color: Olive. HEX triplet: 85, 8D and 08. RGB value is (133,141,8). Sum of RGB (Red+Green+Blue) = 133+141+8=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #858D08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858D08 is #7A72F7. Grayscale: #7B7B7B. Windows color (decimal): -8024824 or 560517. OLE color: 560517.
HSL color Cylindrical-coordinate representation of color #858D08: hue angle of 63.61º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #858D08 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 141 | 8 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.45 |
| HSL | 63.61º | 0.89% | 0.29% | - |
| HSV(B) | 63.61º | 0.94% | 0.55% | - |
| XYZ | 19.24 | 24.05 | 3.86 | - |
| YUV | 123.45 | 62.85 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 8 | 0.06 | 0 | 0.94 | 0.45 | 63.61 | 0.89 | 0.29 |
| Hex | 85 | 8D | 8 | 6 | 0 | 5E | 2D | 40 | 59 | 1D |
| Octal | 205 | 215 | 10 | 6 | 0 | 136 | 55 | 100 | 131 | 35 |
| Binary | 10000101 | 10001101 | 1000 | 110 | 0 | 1011110 | 101101 | 1000000 | 1011001 | 11101 |
Color Harmonies of #858D08
Complementary color
Monochromatic Colors of #858D08
Black with #858D08
Text Example
Text Example
White with #858D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D08; }
p { color: rgb(133,141,8); }
H1.HeaderClassName
{
color: #858D08;
}
.AnyTagClassName
{
color: #858D08;
}
</style>
background-color css
<style>
a { background-color: #858D08; }
a { background-color: rgb(133,141,8); }
div.DivClassName
{
background-color: #858D08;
}
.BgClassName
{
background-color: #858D08;
}
</style>
border-color css
<style>
span { border-color: #858D08; }
span { border-color: rgb(133,141,8); }
td.TdClassName
{
border-color: #858D08;
}
.TagClassName
{
border-color: #858D08;
}
</style>