Shades of Olive #848411
Tints of Olive #848411
RGB
CMYK
RGB Variations
Color information
#848411 (or 0x848411) is known color: Olive. HEX triplet: 84, 84 and 11. RGB value is (132,132,17). Sum of RGB (Red+Green+Blue) = 132+132+17=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848411 is #7B7BEE. Grayscale: #777777. Windows color (decimal): -8092655 or 1148036. OLE color: 1148036.
HSL color Cylindrical-coordinate representation of color #848411: hue angle of 60º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #848411 is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 132 | 17 | - |
| CMYK | 0 | 0 | 0.87 | 0.48 |
| HSL | 60º | 0.77% | 0.29% | - |
| HSV(B) | 60º | 0.87% | 0.52% | - |
| XYZ | 17.87 | 21.45 | 3.73 | - |
| YUV | 118.89 | 70.5 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 17 | 0 | 0 | 0.87 | 0.48 | 60 | 0.77 | 0.29 |
| Hex | 84 | 84 | 11 | 0 | 0 | 57 | 30 | 3C | 4D | 1D |
| Octal | 204 | 204 | 21 | 0 | 0 | 127 | 60 | 74 | 115 | 35 |
| Binary | 10000100 | 10000100 | 10001 | 0 | 0 | 1010111 | 110000 | 111100 | 1001101 | 11101 |
Color Harmonies of #848411
Complementary color
Monochromatic Colors of #848411
Black with #848411
Text Example
Text Example
White with #848411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848411; }
p { color: rgb(132,132,17); }
H1.HeaderClassName
{
color: #848411;
}
.AnyTagClassName
{
color: #848411;
}
</style>
background-color css
<style>
a { background-color: #848411; }
a { background-color: rgb(132,132,17); }
div.DivClassName
{
background-color: #848411;
}
.BgClassName
{
background-color: #848411;
}
</style>
border-color css
<style>
span { border-color: #848411; }
span { border-color: rgb(132,132,17); }
td.TdClassName
{
border-color: #848411;
}
.TagClassName
{
border-color: #848411;
}
</style>