Shades of Olive #846B01
Tints of Olive #846B01
RGB
CMYK
RGB Variations
Color information
#846B01 (or 0x846B01) is known color: Olive. HEX triplet: 84, 6B and 01. RGB value is (132,107,1). Sum of RGB (Red+Green+Blue) = 132+107+1=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #846B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846B01 is #7B94FE. Grayscale: #666666. Windows color (decimal): -8099071 or 93060. OLE color: 93060.
HSL color Cylindrical-coordinate representation of color #846B01: hue angle of 48.55º degrees, saturation: 0.98, 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 #846B01 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.48 |
| HSL | 48.55º | 0.98% | 0.26% | - |
| HSV(B) | 48.55º | 0.99% | 0.52% | - |
| XYZ | 14.78 | 15.42 | 2.23 | - |
| YUV | 102.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 1 | 0 | 0.19 | 0.99 | 0.48 | 48.55 | 0.98 | 0.26 |
| Hex | 84 | 6B | 1 | 0 | 13 | 63 | 30 | 31 | 62 | 1A |
| Octal | 204 | 153 | 1 | 0 | 23 | 143 | 60 | 61 | 142 | 32 |
| Binary | 10000100 | 1101011 | 1 | 0 | 10011 | 1100011 | 110000 | 110001 | 1100010 | 11010 |
Color Harmonies of #846B01
Complementary color
Monochromatic Colors of #846B01
Black with #846B01
Text Example
Text Example
White with #846B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B01; }
p { color: rgb(132,107,1); }
H1.HeaderClassName
{
color: #846B01;
}
.AnyTagClassName
{
color: #846B01;
}
</style>
background-color css
<style>
a { background-color: #846B01; }
a { background-color: rgb(132,107,1); }
div.DivClassName
{
background-color: #846B01;
}
.BgClassName
{
background-color: #846B01;
}
</style>
border-color css
<style>
span { border-color: #846B01; }
span { border-color: rgb(132,107,1); }
td.TdClassName
{
border-color: #846B01;
}
.TagClassName
{
border-color: #846B01;
}
</style>