Shades of Olive #846F00
Tints of Olive #846F00
RGB
CMYK
RGB Variations
Color information
#846F00 (or 0x846F00) is known color: Olive. HEX triplet: 84, 6F and 00. RGB value is (132,111,0). Sum of RGB (Red+Green+Blue) = 132+111+0=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #846F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846F00 is #7B90FF. Grayscale: #696969. Windows color (decimal): -8098048 or 28548. OLE color: 28548.
HSL color Cylindrical-coordinate representation of color #846F00: hue angle of 50.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 #846F00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 111 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.48 |
| HSL | 50.45º | 1% | 0.26% | - |
| HSV(B) | 50.45º | 1% | 0.52% | - |
| XYZ | 15.2 | 16.27 | 2.34 | - |
| YUV | 104.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 0 | 0 | 0.16 | 1 | 0.48 | 50.45 | 1 | 0.26 |
| Hex | 84 | 6F | 0 | 0 | 10 | 64 | 30 | 32 | 64 | 1A |
| Octal | 204 | 157 | 0 | 0 | 20 | 144 | 60 | 62 | 144 | 32 |
| Binary | 10000100 | 1101111 | 0 | 0 | 10000 | 1100100 | 110000 | 110010 | 1100100 | 11010 |
Color Harmonies of #846F00
Complementary color
Monochromatic Colors of #846F00
Black with #846F00
Text Example
Text Example
White with #846F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846F00; }
p { color: rgb(132,111,0); }
H1.HeaderClassName
{
color: #846F00;
}
.AnyTagClassName
{
color: #846F00;
}
</style>
background-color css
<style>
a { background-color: #846F00; }
a { background-color: rgb(132,111,0); }
div.DivClassName
{
background-color: #846F00;
}
.BgClassName
{
background-color: #846F00;
}
</style>
border-color css
<style>
span { border-color: #846F00; }
span { border-color: rgb(132,111,0); }
td.TdClassName
{
border-color: #846F00;
}
.TagClassName
{
border-color: #846F00;
}
</style>