Shades of Olive #847E0F
Tints of Olive #847E0F
RGB
CMYK
RGB Variations
Color information
#847E0F (or 0x847E0F) is known color: Olive. HEX triplet: 84, 7E and 0F. RGB value is (132,126,15). Sum of RGB (Red+Green+Blue) = 132+126+15=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #847E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847E0F is #7B81F0. Grayscale: #737373. Windows color (decimal): -8094193 or 1015428. OLE color: 1015428.
HSL color Cylindrical-coordinate representation of color #847E0F: hue angle of 56.92º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #847E0F is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 126 | 15 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.48 |
| HSL | 56.92º | 0.8% | 0.29% | - |
| HSV(B) | 56.92º | 0.89% | 0.52% | - |
| XYZ | 17.06 | 19.86 | 3.39 | - |
| YUV | 115.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 126 | 15 | 0 | 0.05 | 0.89 | 0.48 | 56.92 | 0.8 | 0.29 |
| Hex | 84 | 7E | F | 0 | 5 | 59 | 30 | 39 | 50 | 1D |
| Octal | 204 | 176 | 17 | 0 | 5 | 131 | 60 | 71 | 120 | 35 |
| Binary | 10000100 | 1111110 | 1111 | 0 | 101 | 1011001 | 110000 | 111001 | 1010000 | 11101 |
Color Harmonies of #847E0F
Complementary color
Monochromatic Colors of #847E0F
Black with #847E0F
Text Example
Text Example
White with #847E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847E0F; }
p { color: rgb(132,126,15); }
H1.HeaderClassName
{
color: #847E0F;
}
.AnyTagClassName
{
color: #847E0F;
}
</style>
background-color css
<style>
a { background-color: #847E0F; }
a { background-color: rgb(132,126,15); }
div.DivClassName
{
background-color: #847E0F;
}
.BgClassName
{
background-color: #847E0F;
}
</style>
border-color css
<style>
span { border-color: #847E0F; }
span { border-color: rgb(132,126,15); }
td.TdClassName
{
border-color: #847E0F;
}
.TagClassName
{
border-color: #847E0F;
}
</style>