Shades of Olive #847C03
Tints of Olive #847C03
RGB
CMYK
RGB Variations
Color information
#847C03 (or 0x847C03) is known color: Olive. HEX triplet: 84, 7C and 03. RGB value is (132,124,3). Sum of RGB (Red+Green+Blue) = 132+124+3=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 124 (48.83% from 255 or 47.88% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #847C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847C03 is #7B83FC. Grayscale: #717171. Windows color (decimal): -8094717 or 228484. OLE color: 228484.
HSL color Cylindrical-coordinate representation of color #847C03: hue angle of 56.28º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #847C03 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 124 | 3 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.48 |
| HSL | 56.28º | 0.96% | 0.26% | - |
| HSV(B) | 56.28º | 0.98% | 0.52% | - |
| XYZ | 16.74 | 19.33 | 2.93 | - |
| YUV | 112.6 | 66.15 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 124 | 3 | 0 | 0.06 | 0.98 | 0.48 | 56.28 | 0.96 | 0.26 |
| Hex | 84 | 7C | 3 | 0 | 6 | 62 | 30 | 38 | 60 | 1A |
| Octal | 204 | 174 | 3 | 0 | 6 | 142 | 60 | 70 | 140 | 32 |
| Binary | 10000100 | 1111100 | 11 | 0 | 110 | 1100010 | 110000 | 111000 | 1100000 | 11010 |
Color Harmonies of #847C03
Complementary color
Monochromatic Colors of #847C03
Black with #847C03
Text Example
Text Example
White with #847C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847C03; }
p { color: rgb(132,124,3); }
H1.HeaderClassName
{
color: #847C03;
}
.AnyTagClassName
{
color: #847C03;
}
</style>
background-color css
<style>
a { background-color: #847C03; }
a { background-color: rgb(132,124,3); }
div.DivClassName
{
background-color: #847C03;
}
.BgClassName
{
background-color: #847C03;
}
</style>
border-color css
<style>
span { border-color: #847C03; }
span { border-color: rgb(132,124,3); }
td.TdClassName
{
border-color: #847C03;
}
.TagClassName
{
border-color: #847C03;
}
</style>