Shades of Olive #849903
Tints of Olive #849903
RGB
CMYK
RGB Variations
Color information
#849903 (or 0x849903) is known color: Olive. HEX triplet: 84, 99 and 03. RGB value is (132,153,3). Sum of RGB (Red+Green+Blue) = 132+153+3=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #849903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849903 is #7B66FC. Grayscale: #828282. Windows color (decimal): -8087293 or 235908. OLE color: 235908.
HSL color Cylindrical-coordinate representation of color #849903: hue angle of 68.4º 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 #849903 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 153 | 3 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.4 |
| HSL | 68.4º | 0.96% | 0.31% | - |
| HSV(B) | 68.4º | 0.98% | 0.6% | - |
| XYZ | 20.92 | 27.69 | 4.33 | - |
| YUV | 129.62 | 56.54 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 3 | 0.14 | 0 | 0.98 | 0.4 | 68.4 | 0.96 | 0.31 |
| Hex | 84 | 99 | 3 | E | 0 | 62 | 28 | 44 | 60 | 1F |
| Octal | 204 | 231 | 3 | 16 | 0 | 142 | 50 | 104 | 140 | 37 |
| Binary | 10000100 | 10011001 | 11 | 1110 | 0 | 1100010 | 101000 | 1000100 | 1100000 | 11111 |
Color Harmonies of #849903
Complementary color
Monochromatic Colors of #849903
Black with #849903
Text Example
Text Example
White with #849903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849903; }
p { color: rgb(132,153,3); }
H1.HeaderClassName
{
color: #849903;
}
.AnyTagClassName
{
color: #849903;
}
</style>
background-color css
<style>
a { background-color: #849903; }
a { background-color: rgb(132,153,3); }
div.DivClassName
{
background-color: #849903;
}
.BgClassName
{
background-color: #849903;
}
</style>
border-color css
<style>
span { border-color: #849903; }
span { border-color: rgb(132,153,3); }
td.TdClassName
{
border-color: #849903;
}
.TagClassName
{
border-color: #849903;
}
</style>