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