Shades of Olive #846E00
Tints of Olive #846E00
RGB
CMYK
RGB Variations
Color information
#846E00 (or 0x846E00) is known color: Olive. HEX triplet: 84, 6E and 00. RGB value is (132,110,0). Sum of RGB (Red+Green+Blue) = 132+110+0=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #846E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846E00 is #7B91FF. Grayscale: #686868. Windows color (decimal): -8098304 or 28292. OLE color: 28292.
HSL color Cylindrical-coordinate representation of color #846E00: hue angle of 50º 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 #846E00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 110 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.48 |
| HSL | 50º | 1% | 0.26% | - |
| HSV(B) | 50º | 1% | 0.52% | - |
| XYZ | 15.09 | 16.06 | 2.3 | - |
| YUV | 104.04 | 69.29 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 0 | 0 | 0.17 | 1 | 0.48 | 50 | 1 | 0.26 |
| Hex | 84 | 6E | 0 | 0 | 11 | 64 | 30 | 32 | 64 | 1A |
| Octal | 204 | 156 | 0 | 0 | 21 | 144 | 60 | 62 | 144 | 32 |
| Binary | 10000100 | 1101110 | 0 | 0 | 10001 | 1100100 | 110000 | 110010 | 1100100 | 11010 |
Color Harmonies of #846E00
Complementary color
Monochromatic Colors of #846E00
Black with #846E00
Text Example
Text Example
White with #846E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846E00; }
p { color: rgb(132,110,0); }
H1.HeaderClassName
{
color: #846E00;
}
.AnyTagClassName
{
color: #846E00;
}
</style>
background-color css
<style>
a { background-color: #846E00; }
a { background-color: rgb(132,110,0); }
div.DivClassName
{
background-color: #846E00;
}
.BgClassName
{
background-color: #846E00;
}
</style>
border-color css
<style>
span { border-color: #846E00; }
span { border-color: rgb(132,110,0); }
td.TdClassName
{
border-color: #846E00;
}
.TagClassName
{
border-color: #846E00;
}
</style>