Shades of Olive #848808
Tints of Olive #848808
RGB
CMYK
RGB Variations
Color information
#848808 (or 0x848808) is known color: Olive. HEX triplet: 84, 88 and 08. RGB value is (132,136,8). Sum of RGB (Red+Green+Blue) = 132+136+8=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #848808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848808 is #7B77F7. Grayscale: #787878. Windows color (decimal): -8091640 or 559236. OLE color: 559236.
HSL color Cylindrical-coordinate representation of color #848808: hue angle of 61.88º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #848808 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 8 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.47 |
| HSL | 61.88º | 0.89% | 0.28% | - |
| HSV(B) | 61.88º | 0.94% | 0.53% | - |
| XYZ | 18.36 | 22.53 | 3.61 | - |
| YUV | 120.21 | 64.67 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 8 | 0.03 | 0 | 0.94 | 0.47 | 61.88 | 0.89 | 0.28 |
| Hex | 84 | 88 | 8 | 3 | 0 | 5E | 2F | 3E | 59 | 1C |
| Octal | 204 | 210 | 10 | 3 | 0 | 136 | 57 | 76 | 131 | 34 |
| Binary | 10000100 | 10001000 | 1000 | 11 | 0 | 1011110 | 101111 | 111110 | 1011001 | 11100 |
Color Harmonies of #848808
Complementary color
Monochromatic Colors of #848808
Black with #848808
Text Example
Text Example
White with #848808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848808; }
p { color: rgb(132,136,8); }
H1.HeaderClassName
{
color: #848808;
}
.AnyTagClassName
{
color: #848808;
}
</style>
background-color css
<style>
a { background-color: #848808; }
a { background-color: rgb(132,136,8); }
div.DivClassName
{
background-color: #848808;
}
.BgClassName
{
background-color: #848808;
}
</style>
border-color css
<style>
span { border-color: #848808; }
span { border-color: rgb(132,136,8); }
td.TdClassName
{
border-color: #848808;
}
.TagClassName
{
border-color: #848808;
}
</style>