Shades of Olive #849905
Tints of Olive #849905
RGB
CMYK
RGB Variations
Color information
#849905 (or 0x849905) is known color: Olive. HEX triplet: 84, 99 and 05. RGB value is (132,153,5). Sum of RGB (Red+Green+Blue) = 132+153+5=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #849905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849905 is #7B66FA. Grayscale: #828282. Windows color (decimal): -8087291 or 366980. OLE color: 366980.
HSL color Cylindrical-coordinate representation of color #849905: hue angle of 68.51º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #849905 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 153 | 5 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.4 |
| HSL | 68.51º | 0.94% | 0.31% | - |
| HSV(B) | 68.51º | 0.97% | 0.6% | - |
| XYZ | 20.93 | 27.7 | 4.39 | - |
| YUV | 129.85 | 57.54 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 5 | 0.14 | 0 | 0.97 | 0.4 | 68.51 | 0.94 | 0.31 |
| Hex | 84 | 99 | 5 | E | 0 | 61 | 28 | 45 | 5E | 1F |
| Octal | 204 | 231 | 5 | 16 | 0 | 141 | 50 | 105 | 136 | 37 |
| Binary | 10000100 | 10011001 | 101 | 1110 | 0 | 1100001 | 101000 | 1000101 | 1011110 | 11111 |
Color Harmonies of #849905
Complementary color
Monochromatic Colors of #849905
Black with #849905
Text Example
Text Example
White with #849905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849905; }
p { color: rgb(132,153,5); }
H1.HeaderClassName
{
color: #849905;
}
.AnyTagClassName
{
color: #849905;
}
</style>
background-color css
<style>
a { background-color: #849905; }
a { background-color: rgb(132,153,5); }
div.DivClassName
{
background-color: #849905;
}
.BgClassName
{
background-color: #849905;
}
</style>
border-color css
<style>
span { border-color: #849905; }
span { border-color: rgb(132,153,5); }
td.TdClassName
{
border-color: #849905;
}
.TagClassName
{
border-color: #849905;
}
</style>