Shades of Olive #848708
Tints of Olive #848708
RGB
CMYK
RGB Variations
Color information
#848708 (or 0x848708) is known color: Olive. HEX triplet: 84, 87 and 08. RGB value is (132,135,8). Sum of RGB (Red+Green+Blue) = 132+135+8=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #848708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848708 is #7B78F7. Grayscale: #787878. Windows color (decimal): -8091896 or 558980. OLE color: 558980.
HSL color Cylindrical-coordinate representation of color #848708: hue angle of 61.42º 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 #848708 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 135 | 8 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.47 |
| HSL | 61.42º | 0.89% | 0.28% | - |
| HSV(B) | 61.42º | 0.94% | 0.53% | - |
| XYZ | 18.22 | 22.25 | 3.56 | - |
| YUV | 119.63 | 65.01 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 135 | 8 | 0.02 | 0 | 0.94 | 0.47 | 61.42 | 0.89 | 0.28 |
| Hex | 84 | 87 | 8 | 2 | 0 | 5E | 2F | 3D | 59 | 1C |
| Octal | 204 | 207 | 10 | 2 | 0 | 136 | 57 | 75 | 131 | 34 |
| Binary | 10000100 | 10000111 | 1000 | 10 | 0 | 1011110 | 101111 | 111101 | 1011001 | 11100 |
Color Harmonies of #848708
Complementary color
Monochromatic Colors of #848708
Black with #848708
Text Example
Text Example
White with #848708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848708; }
p { color: rgb(132,135,8); }
H1.HeaderClassName
{
color: #848708;
}
.AnyTagClassName
{
color: #848708;
}
</style>
background-color css
<style>
a { background-color: #848708; }
a { background-color: rgb(132,135,8); }
div.DivClassName
{
background-color: #848708;
}
.BgClassName
{
background-color: #848708;
}
</style>
border-color css
<style>
span { border-color: #848708; }
span { border-color: rgb(132,135,8); }
td.TdClassName
{
border-color: #848708;
}
.TagClassName
{
border-color: #848708;
}
</style>