Shades of Olive #849201
Tints of Olive #849201
RGB
CMYK
RGB Variations
Color information
#849201 (or 0x849201) is known color: Olive. HEX triplet: 84, 92 and 01. RGB value is (132,146,1). Sum of RGB (Red+Green+Blue) = 132+146+1=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #849201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849201 is #7B6DFE. Grayscale: #7D7D7D. Windows color (decimal): -8089087 or 103044. OLE color: 103044.
HSL color Cylindrical-coordinate representation of color #849201: hue angle of 65.79º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #849201 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 146 | 1 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.43 |
| HSL | 65.79º | 0.99% | 0.29% | - |
| HSV(B) | 65.79º | 0.99% | 0.57% | - |
| XYZ | 19.8 | 25.47 | 3.9 | - |
| YUV | 125.28 | 57.86 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 146 | 1 | 0.10 | 0 | 0.99 | 0.43 | 65.79 | 0.99 | 0.29 |
| Hex | 84 | 92 | 1 | A | 0 | 63 | 2B | 42 | 63 | 1D |
| Octal | 204 | 222 | 1 | 12 | 0 | 143 | 53 | 102 | 143 | 35 |
| Binary | 10000100 | 10010010 | 1 | 1010 | 0 | 1100011 | 101011 | 1000010 | 1100011 | 11101 |
Color Harmonies of #849201
Complementary color
Monochromatic Colors of #849201
Black with #849201
Text Example
Text Example
White with #849201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849201; }
p { color: rgb(132,146,1); }
H1.HeaderClassName
{
color: #849201;
}
.AnyTagClassName
{
color: #849201;
}
</style>
background-color css
<style>
a { background-color: #849201; }
a { background-color: rgb(132,146,1); }
div.DivClassName
{
background-color: #849201;
}
.BgClassName
{
background-color: #849201;
}
</style>
border-color css
<style>
span { border-color: #849201; }
span { border-color: rgb(132,146,1); }
td.TdClassName
{
border-color: #849201;
}
.TagClassName
{
border-color: #849201;
}
</style>