Shades of Olive #849500
Tints of Olive #849500
RGB
CMYK
RGB Variations
Color information
#849500 (or 0x849500) is known color: Olive. HEX triplet: 84, 95 and 00. RGB value is (132,149,0). Sum of RGB (Red+Green+Blue) = 132+149+0=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #849500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849500 is #7B6AFF. Grayscale: #7F7F7F. Windows color (decimal): -8088320 or 38276. OLE color: 38276.
HSL color Cylindrical-coordinate representation of color #849500: hue angle of 66.85º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #849500 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 149 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.42 |
| HSL | 66.85º | 1% | 0.29% | - |
| HSV(B) | 66.85º | 1% | 0.58% | - |
| XYZ | 20.26 | 26.4 | 4.03 | - |
| YUV | 126.93 | 56.37 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 149 | 0 | 0.11 | 0 | 1 | 0.42 | 66.85 | 1 | 0.29 |
| Hex | 84 | 95 | 0 | B | 0 | 64 | 2A | 43 | 64 | 1D |
| Octal | 204 | 225 | 0 | 13 | 0 | 144 | 52 | 103 | 144 | 35 |
| Binary | 10000100 | 10010101 | 0 | 1011 | 0 | 1100100 | 101010 | 1000011 | 1100100 | 11101 |
Color Harmonies of #849500
Complementary color
Monochromatic Colors of #849500
Black with #849500
Text Example
Text Example
White with #849500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849500; }
p { color: rgb(132,149,0); }
H1.HeaderClassName
{
color: #849500;
}
.AnyTagClassName
{
color: #849500;
}
</style>
background-color css
<style>
a { background-color: #849500; }
a { background-color: rgb(132,149,0); }
div.DivClassName
{
background-color: #849500;
}
.BgClassName
{
background-color: #849500;
}
</style>
border-color css
<style>
span { border-color: #849500; }
span { border-color: rgb(132,149,0); }
td.TdClassName
{
border-color: #849500;
}
.TagClassName
{
border-color: #849500;
}
</style>