Shades of Olive #847F03
Tints of Olive #847F03
RGB
CMYK
RGB Variations
Color information
#847F03 (or 0x847F03) is known color: Olive. HEX triplet: 84, 7F and 03. RGB value is (132,127,3). Sum of RGB (Red+Green+Blue) = 132+127+3=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #847F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847F03 is #7B80FC. Grayscale: #727272. Windows color (decimal): -8093949 or 229252. OLE color: 229252.
HSL color Cylindrical-coordinate representation of color #847F03: hue angle of 57.67º 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 #847F03 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 127 | 3 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.48 |
| HSL | 57.67º | 0.96% | 0.26% | - |
| HSV(B) | 57.67º | 0.98% | 0.52% | - |
| XYZ | 17.12 | 20.09 | 3.06 | - |
| YUV | 114.36 | 65.16 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 3 | 0 | 0.04 | 0.98 | 0.48 | 57.67 | 0.96 | 0.26 |
| Hex | 84 | 7F | 3 | 0 | 4 | 62 | 30 | 3A | 60 | 1A |
| Octal | 204 | 177 | 3 | 0 | 4 | 142 | 60 | 72 | 140 | 32 |
| Binary | 10000100 | 1111111 | 11 | 0 | 100 | 1100010 | 110000 | 111010 | 1100000 | 11010 |
Color Harmonies of #847F03
Complementary color
Monochromatic Colors of #847F03
Black with #847F03
Text Example
Text Example
White with #847F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847F03; }
p { color: rgb(132,127,3); }
H1.HeaderClassName
{
color: #847F03;
}
.AnyTagClassName
{
color: #847F03;
}
</style>
background-color css
<style>
a { background-color: #847F03; }
a { background-color: rgb(132,127,3); }
div.DivClassName
{
background-color: #847F03;
}
.BgClassName
{
background-color: #847F03;
}
</style>
border-color css
<style>
span { border-color: #847F03; }
span { border-color: rgb(132,127,3); }
td.TdClassName
{
border-color: #847F03;
}
.TagClassName
{
border-color: #847F03;
}
</style>