Shades of Olive #846701
Tints of Olive #846701
RGB
CMYK
RGB Variations
Color information
#846701 (or 0x846701) is known color: Olive. HEX triplet: 84, 67 and 01. RGB value is (132,103,1). Sum of RGB (Red+Green+Blue) = 132+103+1=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #846701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846701 is #7B98FE. Grayscale: #646464. Windows color (decimal): -8100095 or 92036. OLE color: 92036.
HSL color Cylindrical-coordinate representation of color #846701: hue angle of 46.72º 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 #846701 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 103 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.48 |
| HSL | 46.72º | 0.98% | 0.26% | - |
| HSV(B) | 46.72º | 0.99% | 0.52% | - |
| XYZ | 14.37 | 14.61 | 2.09 | - |
| YUV | 100.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 1 | 0 | 0.22 | 0.99 | 0.48 | 46.72 | 0.98 | 0.26 |
| Hex | 84 | 67 | 1 | 0 | 16 | 63 | 30 | 2F | 62 | 1A |
| Octal | 204 | 147 | 1 | 0 | 26 | 143 | 60 | 57 | 142 | 32 |
| Binary | 10000100 | 1100111 | 1 | 0 | 10110 | 1100011 | 110000 | 101111 | 1100010 | 11010 |
Color Harmonies of #846701
Complementary color
Monochromatic Colors of #846701
Black with #846701
Text Example
Text Example
White with #846701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846701; }
p { color: rgb(132,103,1); }
H1.HeaderClassName
{
color: #846701;
}
.AnyTagClassName
{
color: #846701;
}
</style>
background-color css
<style>
a { background-color: #846701; }
a { background-color: rgb(132,103,1); }
div.DivClassName
{
background-color: #846701;
}
.BgClassName
{
background-color: #846701;
}
</style>
border-color css
<style>
span { border-color: #846701; }
span { border-color: rgb(132,103,1); }
td.TdClassName
{
border-color: #846701;
}
.TagClassName
{
border-color: #846701;
}
</style>