Shades of Olive #847C01
Tints of Olive #847C01
RGB
CMYK
RGB Variations
Color information
#847C01 (or 0x847C01) is known color: Olive. HEX triplet: 84, 7C and 01. RGB value is (132,124,1). Sum of RGB (Red+Green+Blue) = 132+124+1=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #847C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847C01 is #7B83FE. Grayscale: #707070. Windows color (decimal): -8094719 or 97412. OLE color: 97412.
HSL color Cylindrical-coordinate representation of color #847C01: hue angle of 56.34º 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 #847C01 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.48 |
| HSL | 56.34º | 0.98% | 0.26% | - |
| HSV(B) | 56.34º | 0.99% | 0.52% | - |
| XYZ | 16.73 | 19.32 | 2.88 | - |
| YUV | 112.37 | 65.15 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 1 | 0 | 0.06 | 0.99 | 0.48 | 56.34 | 0.98 | 0.26 |
| Hex | 84 | 7C | 1 | 0 | 6 | 63 | 30 | 38 | 62 | 1A |
| Octal | 204 | 174 | 1 | 0 | 6 | 143 | 60 | 70 | 142 | 32 |
| Binary | 10000100 | 1111100 | 1 | 0 | 110 | 1100011 | 110000 | 111000 | 1100010 | 11010 |
Color Harmonies of #847C01
Complementary color
Monochromatic Colors of #847C01
Black with #847C01
Text Example
Text Example
White with #847C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C01; }
p { color: rgb(132,124,1); }
H1.HeaderClassName
{
color: #847C01;
}
.AnyTagClassName
{
color: #847C01;
}
</style>
background-color css
<style>
a { background-color: #847C01; }
a { background-color: rgb(132,124,1); }
div.DivClassName
{
background-color: #847C01;
}
.BgClassName
{
background-color: #847C01;
}
</style>
border-color css
<style>
span { border-color: #847C01; }
span { border-color: rgb(132,124,1); }
td.TdClassName
{
border-color: #847C01;
}
.TagClassName
{
border-color: #847C01;
}
</style>