Shades of Olive #848100
Tints of Olive #848100
RGB
CMYK
RGB Variations
Color information
#848100 (or 0x848100) is known color: Olive. HEX triplet: 84, 81 and 00. RGB value is (132,129,0). Sum of RGB (Red+Green+Blue) = 132+129+0=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #848100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848100 is #7B7EFF. Grayscale: #737373. Windows color (decimal): -8093440 or 33156. OLE color: 33156.
HSL color Cylindrical-coordinate representation of color #848100: hue angle of 58.64º 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 #848100 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.48 |
| HSL | 58.64º | 1% | 0.26% | - |
| HSV(B) | 58.64º | 1% | 0.52% | - |
| XYZ | 17.37 | 20.61 | 3.06 | - |
| YUV | 115.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 0 | 0 | 0.02 | 1 | 0.48 | 58.64 | 1 | 0.26 |
| Hex | 84 | 81 | 0 | 0 | 2 | 64 | 30 | 3B | 64 | 1A |
| Octal | 204 | 201 | 0 | 0 | 2 | 144 | 60 | 73 | 144 | 32 |
| Binary | 10000100 | 10000001 | 0 | 0 | 10 | 1100100 | 110000 | 111011 | 1100100 | 11010 |
Color Harmonies of #848100
Complementary color
Monochromatic Colors of #848100
Black with #848100
Text Example
Text Example
White with #848100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848100; }
p { color: rgb(132,129,0); }
H1.HeaderClassName
{
color: #848100;
}
.AnyTagClassName
{
color: #848100;
}
</style>
background-color css
<style>
a { background-color: #848100; }
a { background-color: rgb(132,129,0); }
div.DivClassName
{
background-color: #848100;
}
.BgClassName
{
background-color: #848100;
}
</style>
border-color css
<style>
span { border-color: #848100; }
span { border-color: rgb(132,129,0); }
td.TdClassName
{
border-color: #848100;
}
.TagClassName
{
border-color: #848100;
}
</style>