Shades of Olive #848D0E
Tints of Olive #848D0E
RGB
CMYK
RGB Variations
Color information
#848D0E (or 0x848D0E) is known color: Olive. HEX triplet: 84, 8D and 0E. RGB value is (132,141,14). Sum of RGB (Red+Green+Blue) = 132+141+14=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #848D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848D0E is #7B72F1. Grayscale: #7C7C7C. Windows color (decimal): -8090354 or 953732. OLE color: 953732.
HSL color Cylindrical-coordinate representation of color #848D0E: hue angle of 64.25º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #848D0E is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 141 | 14 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.45 |
| HSL | 64.25º | 0.82% | 0.3% | - |
| HSV(B) | 64.25º | 0.9% | 0.55% | - |
| XYZ | 19.12 | 23.99 | 4.04 | - |
| YUV | 123.83 | 66.02 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 14 | 0.06 | 0 | 0.90 | 0.45 | 64.25 | 0.82 | 0.3 |
| Hex | 84 | 8D | E | 6 | 0 | 5A | 2D | 40 | 52 | 1E |
| Octal | 204 | 215 | 16 | 6 | 0 | 132 | 55 | 100 | 122 | 36 |
| Binary | 10000100 | 10001101 | 1110 | 110 | 0 | 1011010 | 101101 | 1000000 | 1010010 | 11110 |
Color Harmonies of #848D0E
Complementary color
Monochromatic Colors of #848D0E
Black with #848D0E
Text Example
Text Example
White with #848D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D0E; }
p { color: rgb(132,141,14); }
H1.HeaderClassName
{
color: #848D0E;
}
.AnyTagClassName
{
color: #848D0E;
}
</style>
background-color css
<style>
a { background-color: #848D0E; }
a { background-color: rgb(132,141,14); }
div.DivClassName
{
background-color: #848D0E;
}
.BgClassName
{
background-color: #848D0E;
}
</style>
border-color css
<style>
span { border-color: #848D0E; }
span { border-color: rgb(132,141,14); }
td.TdClassName
{
border-color: #848D0E;
}
.TagClassName
{
border-color: #848D0E;
}
</style>