Shades of Olive #849603
Tints of Olive #849603
RGB
CMYK
RGB Variations
Color information
#849603 (or 0x849603) is known color: Olive. HEX triplet: 84, 96 and 03. RGB value is (132,150,3). Sum of RGB (Red+Green+Blue) = 132+150+3=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #849603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849603 is #7B69FC. Grayscale: #808080. Windows color (decimal): -8088061 or 235140. OLE color: 235140.
HSL color Cylindrical-coordinate representation of color #849603: hue angle of 67.35º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #849603 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 132 | 150 | 3 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.41 |
| HSL | 67.35º | 0.96% | 0.3% | - |
| HSV(B) | 67.35º | 0.98% | 0.59% | - |
| XYZ | 20.44 | 26.72 | 4.17 | - |
| YUV | 127.86 | 57.54 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 150 | 3 | 0.12 | 0 | 0.98 | 0.41 | 67.35 | 0.96 | 0.3 |
| Hex | 84 | 96 | 3 | C | 0 | 62 | 29 | 43 | 60 | 1E |
| Octal | 204 | 226 | 3 | 14 | 0 | 142 | 51 | 103 | 140 | 36 |
| Binary | 10000100 | 10010110 | 11 | 1100 | 0 | 1100010 | 101001 | 1000011 | 1100000 | 11110 |
Color Harmonies of #849603
Complementary color
Monochromatic Colors of #849603
Black with #849603
Text Example
Text Example
White with #849603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849603; }
p { color: rgb(132,150,3); }
H1.HeaderClassName
{
color: #849603;
}
.AnyTagClassName
{
color: #849603;
}
</style>
background-color css
<style>
a { background-color: #849603; }
a { background-color: rgb(132,150,3); }
div.DivClassName
{
background-color: #849603;
}
.BgClassName
{
background-color: #849603;
}
</style>
border-color css
<style>
span { border-color: #849603; }
span { border-color: rgb(132,150,3); }
td.TdClassName
{
border-color: #849603;
}
.TagClassName
{
border-color: #849603;
}
</style>