Shades of Olive #848C06
Tints of Olive #848C06
RGB
CMYK
RGB Variations
Color information
#848C06 (or 0x848C06) is known color: Olive. HEX triplet: 84, 8C and 06. RGB value is (132,140,6). Sum of RGB (Red+Green+Blue) = 132+140+6=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #848C06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848C06 is #7B73F9. Grayscale: #7A7A7A. Windows color (decimal): -8090618 or 429188. OLE color: 429188.
HSL color Cylindrical-coordinate representation of color #848C06: hue angle of 63.58º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #848C06 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 140 | 6 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.45 |
| HSL | 63.58º | 0.92% | 0.29% | - |
| HSV(B) | 63.58º | 0.96% | 0.55% | - |
| XYZ | 18.93 | 23.67 | 3.74 | - |
| YUV | 122.33 | 62.35 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 6 | 0.06 | 0 | 0.96 | 0.45 | 63.58 | 0.92 | 0.29 |
| Hex | 84 | 8C | 6 | 6 | 0 | 60 | 2D | 40 | 5C | 1D |
| Octal | 204 | 214 | 6 | 6 | 0 | 140 | 55 | 100 | 134 | 35 |
| Binary | 10000100 | 10001100 | 110 | 110 | 0 | 1100000 | 101101 | 1000000 | 1011100 | 11101 |
Color Harmonies of #848C06
Complementary color
Monochromatic Colors of #848C06
Black with #848C06
Text Example
Text Example
White with #848C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848C06; }
p { color: rgb(132,140,6); }
H1.HeaderClassName
{
color: #848C06;
}
.AnyTagClassName
{
color: #848C06;
}
</style>
background-color css
<style>
a { background-color: #848C06; }
a { background-color: rgb(132,140,6); }
div.DivClassName
{
background-color: #848C06;
}
.BgClassName
{
background-color: #848C06;
}
</style>
border-color css
<style>
span { border-color: #848C06; }
span { border-color: rgb(132,140,6); }
td.TdClassName
{
border-color: #848C06;
}
.TagClassName
{
border-color: #848C06;
}
</style>