Shades of Olive #848501
Tints of Olive #848501
RGB
CMYK
RGB Variations
Color information
#848501 (or 0x848501) is known color: Olive. HEX triplet: 84, 85 and 01. RGB value is (132,133,1). Sum of RGB (Red+Green+Blue) = 132+133+1=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #848501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848501 is #7B7AFE. Grayscale: #767676. Windows color (decimal): -8092415 or 99716. OLE color: 99716.
HSL color Cylindrical-coordinate representation of color #848501: hue angle of 60.45º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #848501 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 133 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.48 |
| HSL | 60.45º | 0.99% | 0.26% | - |
| HSV(B) | 60.45º | 0.99% | 0.52% | - |
| XYZ | 17.91 | 21.68 | 3.27 | - |
| YUV | 117.65 | 62.17 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 1 | 0.01 | 0 | 0.99 | 0.48 | 60.45 | 0.99 | 0.26 |
| Hex | 84 | 85 | 1 | 1 | 0 | 63 | 30 | 3C | 63 | 1A |
| Octal | 204 | 205 | 1 | 1 | 0 | 143 | 60 | 74 | 143 | 32 |
| Binary | 10000100 | 10000101 | 1 | 1 | 0 | 1100011 | 110000 | 111100 | 1100011 | 11010 |
Color Harmonies of #848501
Complementary color
Monochromatic Colors of #848501
Black with #848501
Text Example
Text Example
White with #848501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848501; }
p { color: rgb(132,133,1); }
H1.HeaderClassName
{
color: #848501;
}
.AnyTagClassName
{
color: #848501;
}
</style>
background-color css
<style>
a { background-color: #848501; }
a { background-color: rgb(132,133,1); }
div.DivClassName
{
background-color: #848501;
}
.BgClassName
{
background-color: #848501;
}
</style>
border-color css
<style>
span { border-color: #848501; }
span { border-color: rgb(132,133,1); }
td.TdClassName
{
border-color: #848501;
}
.TagClassName
{
border-color: #848501;
}
</style>