Shades of Olive #858103
Tints of Olive #858103
RGB
CMYK
RGB Variations
Color information
#858103 (or 0x858103) is known color: Olive. HEX triplet: 85, 81 and 03. RGB value is (133,129,3). Sum of RGB (Red+Green+Blue) = 133+129+3=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #858103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858103 is #7A7EFC. Grayscale: #747474. Windows color (decimal): -8027901 or 229765. OLE color: 229765.
HSL color Cylindrical-coordinate representation of color #858103: hue angle of 58.15º 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 #858103 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 129 | 3 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.48 |
| HSL | 58.15º | 0.96% | 0.27% | - |
| HSV(B) | 58.15º | 0.98% | 0.52% | - |
| XYZ | 17.54 | 20.69 | 3.16 | - |
| YUV | 115.83 | 64.33 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 3 | 0 | 0.03 | 0.98 | 0.48 | 58.15 | 0.96 | 0.27 |
| Hex | 85 | 81 | 3 | 0 | 3 | 62 | 30 | 3A | 60 | 1B |
| Octal | 205 | 201 | 3 | 0 | 3 | 142 | 60 | 72 | 140 | 33 |
| Binary | 10000101 | 10000001 | 11 | 0 | 11 | 1100010 | 110000 | 111010 | 1100000 | 11011 |
Color Harmonies of #858103
Complementary color
Monochromatic Colors of #858103
Black with #858103
Text Example
Text Example
White with #858103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858103; }
p { color: rgb(133,129,3); }
H1.HeaderClassName
{
color: #858103;
}
.AnyTagClassName
{
color: #858103;
}
</style>
background-color css
<style>
a { background-color: #858103; }
a { background-color: rgb(133,129,3); }
div.DivClassName
{
background-color: #858103;
}
.BgClassName
{
background-color: #858103;
}
</style>
border-color css
<style>
span { border-color: #858103; }
span { border-color: rgb(133,129,3); }
td.TdClassName
{
border-color: #858103;
}
.TagClassName
{
border-color: #858103;
}
</style>