Shades of Olive #847003
Tints of Olive #847003
RGB
CMYK
RGB Variations
Color information
#847003 (or 0x847003) is known color: Olive. HEX triplet: 84, 70 and 03. RGB value is (132,112,3). Sum of RGB (Red+Green+Blue) = 132+112+3=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #847003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847003 is #7B8FFC. Grayscale: #6A6A6A. Windows color (decimal): -8097789 or 225412. OLE color: 225412.
HSL color Cylindrical-coordinate representation of color #847003: hue angle of 50.7º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #847003 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 112 | 3 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.48 |
| HSL | 50.7º | 0.96% | 0.26% | - |
| HSV(B) | 50.7º | 0.98% | 0.52% | - |
| XYZ | 15.33 | 16.5 | 2.46 | - |
| YUV | 105.55 | 70.13 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 3 | 0 | 0.15 | 0.98 | 0.48 | 50.7 | 0.96 | 0.26 |
| Hex | 84 | 70 | 3 | 0 | F | 62 | 30 | 33 | 60 | 1A |
| Octal | 204 | 160 | 3 | 0 | 17 | 142 | 60 | 63 | 140 | 32 |
| Binary | 10000100 | 1110000 | 11 | 0 | 1111 | 1100010 | 110000 | 110011 | 1100000 | 11010 |
Color Harmonies of #847003
Complementary color
Monochromatic Colors of #847003
Black with #847003
Text Example
Text Example
White with #847003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847003; }
p { color: rgb(132,112,3); }
H1.HeaderClassName
{
color: #847003;
}
.AnyTagClassName
{
color: #847003;
}
</style>
background-color css
<style>
a { background-color: #847003; }
a { background-color: rgb(132,112,3); }
div.DivClassName
{
background-color: #847003;
}
.BgClassName
{
background-color: #847003;
}
</style>
border-color css
<style>
span { border-color: #847003; }
span { border-color: rgb(132,112,3); }
td.TdClassName
{
border-color: #847003;
}
.TagClassName
{
border-color: #847003;
}
</style>