Shades of Olive #846600
Tints of Olive #846600
RGB
CMYK
RGB Variations
Color information
#846600 (or 0x846600) is known color: Olive. HEX triplet: 84, 66 and 00. RGB value is (132,102,0). Sum of RGB (Red+Green+Blue) = 132+102+0=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #846600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846600 is #7B99FF. Grayscale: #636363. Windows color (decimal): -8100352 or 26244. OLE color: 26244.
HSL color Cylindrical-coordinate representation of color #846600: hue angle of 46.36º 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 #846600 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 102 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.48 |
| HSL | 46.36º | 1% | 0.26% | - |
| HSV(B) | 46.36º | 1% | 0.52% | - |
| XYZ | 14.27 | 14.41 | 2.03 | - |
| YUV | 99.34 | 71.94 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 102 | 0 | 0 | 0.23 | 1 | 0.48 | 46.36 | 1 | 0.26 |
| Hex | 84 | 66 | 0 | 0 | 17 | 64 | 30 | 2E | 64 | 1A |
| Octal | 204 | 146 | 0 | 0 | 27 | 144 | 60 | 56 | 144 | 32 |
| Binary | 10000100 | 1100110 | 0 | 0 | 10111 | 1100100 | 110000 | 101110 | 1100100 | 11010 |
Color Harmonies of #846600
Complementary color
Monochromatic Colors of #846600
Black with #846600
Text Example
Text Example
White with #846600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846600; }
p { color: rgb(132,102,0); }
H1.HeaderClassName
{
color: #846600;
}
.AnyTagClassName
{
color: #846600;
}
</style>
background-color css
<style>
a { background-color: #846600; }
a { background-color: rgb(132,102,0); }
div.DivClassName
{
background-color: #846600;
}
.BgClassName
{
background-color: #846600;
}
</style>
border-color css
<style>
span { border-color: #846600; }
span { border-color: rgb(132,102,0); }
td.TdClassName
{
border-color: #846600;
}
.TagClassName
{
border-color: #846600;
}
</style>