Shades of Olive #848908
Tints of Olive #848908
RGB
CMYK
RGB Variations
Color information
#848908 (or 0x848908) is known color: Olive. HEX triplet: 84, 89 and 08. RGB value is (132,137,8). Sum of RGB (Red+Green+Blue) = 132+137+8=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #848908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848908 is #7B76F7. Grayscale: #797979. Windows color (decimal): -8091384 or 559492. OLE color: 559492.
HSL color Cylindrical-coordinate representation of color #848908: hue angle of 62.33º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #848908 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 137 | 8 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.46 |
| HSL | 62.33º | 0.89% | 0.28% | - |
| HSV(B) | 62.33º | 0.94% | 0.54% | - |
| XYZ | 18.51 | 22.81 | 3.66 | - |
| YUV | 120.8 | 64.34 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 137 | 8 | 0.04 | 0 | 0.94 | 0.46 | 62.33 | 0.89 | 0.28 |
| Hex | 84 | 89 | 8 | 4 | 0 | 5E | 2E | 3E | 59 | 1C |
| Octal | 204 | 211 | 10 | 4 | 0 | 136 | 56 | 76 | 131 | 34 |
| Binary | 10000100 | 10001001 | 1000 | 100 | 0 | 1011110 | 101110 | 111110 | 1011001 | 11100 |
Color Harmonies of #848908
Complementary color
Monochromatic Colors of #848908
Black with #848908
Text Example
Text Example
White with #848908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848908; }
p { color: rgb(132,137,8); }
H1.HeaderClassName
{
color: #848908;
}
.AnyTagClassName
{
color: #848908;
}
</style>
background-color css
<style>
a { background-color: #848908; }
a { background-color: rgb(132,137,8); }
div.DivClassName
{
background-color: #848908;
}
.BgClassName
{
background-color: #848908;
}
</style>
border-color css
<style>
span { border-color: #848908; }
span { border-color: rgb(132,137,8); }
td.TdClassName
{
border-color: #848908;
}
.TagClassName
{
border-color: #848908;
}
</style>