Shades of Olive #847000
Tints of Olive #847000
RGB
CMYK
RGB Variations
Color information
#847000 (or 0x847000) is known color: Olive. HEX triplet: 84, 70 and 00. RGB value is (132,112,0). Sum of RGB (Red+Green+Blue) = 132+112+0=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #847000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847000 is #7B8FFF. Grayscale: #696969. Windows color (decimal): -8097792 or 28804. OLE color: 28804.
HSL color Cylindrical-coordinate representation of color #847000: hue angle of 50.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #847000 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 112 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.48 |
| HSL | 50.91º | 1% | 0.26% | - |
| HSV(B) | 50.91º | 1% | 0.52% | - |
| XYZ | 15.31 | 16.49 | 2.38 | - |
| YUV | 105.21 | 68.63 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 0 | 0 | 0.15 | 1 | 0.48 | 50.91 | 1 | 0.26 |
| Hex | 84 | 70 | 0 | 0 | F | 64 | 30 | 33 | 64 | 1A |
| Octal | 204 | 160 | 0 | 0 | 17 | 144 | 60 | 63 | 144 | 32 |
| Binary | 10000100 | 1110000 | 0 | 0 | 1111 | 1100100 | 110000 | 110011 | 1100100 | 11010 |
Color Harmonies of #847000
Complementary color
Monochromatic Colors of #847000
Black with #847000
Text Example
Text Example
White with #847000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847000; }
p { color: rgb(132,112,0); }
H1.HeaderClassName
{
color: #847000;
}
.AnyTagClassName
{
color: #847000;
}
</style>
background-color css
<style>
a { background-color: #847000; }
a { background-color: rgb(132,112,0); }
div.DivClassName
{
background-color: #847000;
}
.BgClassName
{
background-color: #847000;
}
</style>
border-color css
<style>
span { border-color: #847000; }
span { border-color: rgb(132,112,0); }
td.TdClassName
{
border-color: #847000;
}
.TagClassName
{
border-color: #847000;
}
</style>