Shades of Olive #849403
Tints of Olive #849403
RGB
CMYK
RGB Variations
Color information
#849403 (or 0x849403) is known color: Olive. HEX triplet: 84, 94 and 03. RGB value is (132,148,3). Sum of RGB (Red+Green+Blue) = 132+148+3=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #849403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849403 is #7B6BFC. Grayscale: #7F7F7F. Windows color (decimal): -8088573 or 234628. OLE color: 234628.
HSL color Cylindrical-coordinate representation of color #849403: hue angle of 66.62º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #849403 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 148 | 3 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.42 |
| HSL | 66.62º | 0.96% | 0.3% | - |
| HSV(B) | 66.62º | 0.98% | 0.58% | - |
| XYZ | 20.12 | 26.09 | 4.06 | - |
| YUV | 126.69 | 58.2 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 148 | 3 | 0.11 | 0 | 0.98 | 0.42 | 66.62 | 0.96 | 0.3 |
| Hex | 84 | 94 | 3 | B | 0 | 62 | 2A | 43 | 60 | 1E |
| Octal | 204 | 224 | 3 | 13 | 0 | 142 | 52 | 103 | 140 | 36 |
| Binary | 10000100 | 10010100 | 11 | 1011 | 0 | 1100010 | 101010 | 1000011 | 1100000 | 11110 |
Color Harmonies of #849403
Complementary color
Monochromatic Colors of #849403
Black with #849403
Text Example
Text Example
White with #849403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849403; }
p { color: rgb(132,148,3); }
H1.HeaderClassName
{
color: #849403;
}
.AnyTagClassName
{
color: #849403;
}
</style>
background-color css
<style>
a { background-color: #849403; }
a { background-color: rgb(132,148,3); }
div.DivClassName
{
background-color: #849403;
}
.BgClassName
{
background-color: #849403;
}
</style>
border-color css
<style>
span { border-color: #849403; }
span { border-color: rgb(132,148,3); }
td.TdClassName
{
border-color: #849403;
}
.TagClassName
{
border-color: #849403;
}
</style>