Shades of Olive #858503
Tints of Olive #858503
RGB
CMYK
RGB Variations
Color information
#858503 (or 0x858503) is known color: Olive. HEX triplet: 85, 85 and 03. RGB value is (133,133,3). Sum of RGB (Red+Green+Blue) = 133+133+3=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858503 is #7A7AFC. Grayscale: #767676. Windows color (decimal): -8026877 or 230789. OLE color: 230789.
HSL color Cylindrical-coordinate representation of color #858503: hue angle of 60º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #858503 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 133 | 3 | - |
| CMYK | 0 | 0 | 0.98 | 0.48 |
| HSL | 60º | 0.96% | 0.27% | - |
| HSV(B) | 60º | 0.98% | 0.52% | - |
| XYZ | 18.08 | 21.77 | 3.34 | - |
| YUV | 118.18 | 63 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 133 | 3 | 0 | 0 | 0.98 | 0.48 | 60 | 0.96 | 0.27 |
| Hex | 85 | 85 | 3 | 0 | 0 | 62 | 30 | 3C | 60 | 1B |
| Octal | 205 | 205 | 3 | 0 | 0 | 142 | 60 | 74 | 140 | 33 |
| Binary | 10000101 | 10000101 | 11 | 0 | 0 | 1100010 | 110000 | 111100 | 1100000 | 11011 |
Color Harmonies of #858503
Complementary color
Monochromatic Colors of #858503
Black with #858503
Text Example
Text Example
White with #858503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858503; }
p { color: rgb(133,133,3); }
H1.HeaderClassName
{
color: #858503;
}
.AnyTagClassName
{
color: #858503;
}
</style>
background-color css
<style>
a { background-color: #858503; }
a { background-color: rgb(133,133,3); }
div.DivClassName
{
background-color: #858503;
}
.BgClassName
{
background-color: #858503;
}
</style>
border-color css
<style>
span { border-color: #858503; }
span { border-color: rgb(133,133,3); }
td.TdClassName
{
border-color: #858503;
}
.TagClassName
{
border-color: #858503;
}
</style>