Shades of Olive #848010
Tints of Olive #848010
RGB
CMYK
RGB Variations
Color information
#848010 (or 0x848010) is known color: Olive. HEX triplet: 84, 80 and 10. RGB value is (132,128,16). Sum of RGB (Red+Green+Blue) = 132+128+16=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #848010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848010 is #7B7FEF. Grayscale: #747474. Windows color (decimal): -8093680 or 1081476. OLE color: 1081476.
HSL color Cylindrical-coordinate representation of color #848010: hue angle of 57.93º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #848010 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 16 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.48 |
| HSL | 57.93º | 0.78% | 0.29% | - |
| HSV(B) | 57.93º | 0.88% | 0.52% | - |
| XYZ | 17.33 | 20.38 | 3.51 | - |
| YUV | 116.43 | 71.33 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 16 | 0 | 0.03 | 0.88 | 0.48 | 57.93 | 0.78 | 0.29 |
| Hex | 84 | 80 | 10 | 0 | 3 | 58 | 30 | 3A | 4E | 1D |
| Octal | 204 | 200 | 20 | 0 | 3 | 130 | 60 | 72 | 116 | 35 |
| Binary | 10000100 | 10000000 | 10000 | 0 | 11 | 1011000 | 110000 | 111010 | 1001110 | 11101 |
Color Harmonies of #848010
Complementary color
Monochromatic Colors of #848010
Black with #848010
Text Example
Text Example
White with #848010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848010; }
p { color: rgb(132,128,16); }
H1.HeaderClassName
{
color: #848010;
}
.AnyTagClassName
{
color: #848010;
}
</style>
background-color css
<style>
a { background-color: #848010; }
a { background-color: rgb(132,128,16); }
div.DivClassName
{
background-color: #848010;
}
.BgClassName
{
background-color: #848010;
}
</style>
border-color css
<style>
span { border-color: #848010; }
span { border-color: rgb(132,128,16); }
td.TdClassName
{
border-color: #848010;
}
.TagClassName
{
border-color: #848010;
}
</style>