Shades of Olive #859903
Tints of Olive #859903
RGB
CMYK
RGB Variations
Color information
#859903 (or 0x859903) is known color: Olive. HEX triplet: 85, 99 and 03. RGB value is (133,153,3). Sum of RGB (Red+Green+Blue) = 133+153+3=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #859903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #859903 is #7A66FC. Grayscale: #828282. Windows color (decimal): -8021757 or 235909. OLE color: 235909.
HSL color Cylindrical-coordinate representation of color #859903: hue angle of 68º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #859903 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 3 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.4 |
| HSL | 68º | 0.96% | 0.31% | - |
| HSV(B) | 68º | 0.98% | 0.6% | - |
| XYZ | 21.08 | 27.78 | 4.34 | - |
| YUV | 129.92 | 56.37 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 3 | 0.13 | 0 | 0.98 | 0.4 | 68 | 0.96 | 0.31 |
| Hex | 85 | 99 | 3 | D | 0 | 62 | 28 | 44 | 60 | 1F |
| Octal | 205 | 231 | 3 | 15 | 0 | 142 | 50 | 104 | 140 | 37 |
| Binary | 10000101 | 10011001 | 11 | 1101 | 0 | 1100010 | 101000 | 1000100 | 1100000 | 11111 |
Color Harmonies of #859903
Complementary color
Monochromatic Colors of #859903
Black with #859903
Text Example
Text Example
White with #859903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859903; }
p { color: rgb(133,153,3); }
H1.HeaderClassName
{
color: #859903;
}
.AnyTagClassName
{
color: #859903;
}
</style>
background-color css
<style>
a { background-color: #859903; }
a { background-color: rgb(133,153,3); }
div.DivClassName
{
background-color: #859903;
}
.BgClassName
{
background-color: #859903;
}
</style>
border-color css
<style>
span { border-color: #859903; }
span { border-color: rgb(133,153,3); }
td.TdClassName
{
border-color: #859903;
}
.TagClassName
{
border-color: #859903;
}
</style>