Shades of Olive #848C09
Tints of Olive #848C09
RGB
CMYK
RGB Variations
Color information
#848C09 (or 0x848C09) is known color: Olive. HEX triplet: 84, 8C and 09. RGB value is (132,140,9). Sum of RGB (Red+Green+Blue) = 132+140+9=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 140 (55.08% from 255 or 49.82% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 140 - color contains mainly: green. Hex color #848C09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848C09 is #7B73F6. Grayscale: #7B7B7B. Windows color (decimal): -8090615 or 625796. OLE color: 625796.
HSL color Cylindrical-coordinate representation of color #848C09: hue angle of 63.66º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #848C09 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 140 | 9 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.45 |
| HSL | 63.66º | 0.88% | 0.29% | - |
| HSV(B) | 63.66º | 0.94% | 0.55% | - |
| XYZ | 18.94 | 23.68 | 3.83 | - |
| YUV | 122.67 | 63.85 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 9 | 0.06 | 0 | 0.94 | 0.45 | 63.66 | 0.88 | 0.29 |
| Hex | 84 | 8C | 9 | 6 | 0 | 5E | 2D | 40 | 58 | 1D |
| Octal | 204 | 214 | 11 | 6 | 0 | 136 | 55 | 100 | 130 | 35 |
| Binary | 10000100 | 10001100 | 1001 | 110 | 0 | 1011110 | 101101 | 1000000 | 1011000 | 11101 |
Color Harmonies of #848C09
Complementary color
Monochromatic Colors of #848C09
Black with #848C09
Text Example
Text Example
White with #848C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848C09; }
p { color: rgb(132,140,9); }
H1.HeaderClassName
{
color: #848C09;
}
.AnyTagClassName
{
color: #848C09;
}
</style>
background-color css
<style>
a { background-color: #848C09; }
a { background-color: rgb(132,140,9); }
div.DivClassName
{
background-color: #848C09;
}
.BgClassName
{
background-color: #848C09;
}
</style>
border-color css
<style>
span { border-color: #848C09; }
span { border-color: rgb(132,140,9); }
td.TdClassName
{
border-color: #848C09;
}
.TagClassName
{
border-color: #848C09;
}
</style>