Shades of Olive #847A11
Tints of Olive #847A11
RGB
CMYK
RGB Variations
Color information
#847A11 (or 0x847A11) is known color: Olive. HEX triplet: 84, 7A and 11. RGB value is (132,122,17). Sum of RGB (Red+Green+Blue) = 132+122+17=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #847A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847A11 is #7B85EE. Grayscale: #717171. Windows color (decimal): -8095215 or 1145476. OLE color: 1145476.
HSL color Cylindrical-coordinate representation of color #847A11: hue angle of 54.78º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #847A11 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 122 | 17 | - |
| CMYK | 0 | 0.08 | 0.87 | 0.48 |
| HSL | 54.78º | 0.77% | 0.29% | - |
| HSV(B) | 54.78º | 0.87% | 0.52% | - |
| XYZ | 16.58 | 18.87 | 3.3 | - |
| YUV | 113.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 17 | 0 | 0.08 | 0.87 | 0.48 | 54.78 | 0.77 | 0.29 |
| Hex | 84 | 7A | 11 | 0 | 8 | 57 | 30 | 37 | 4D | 1D |
| Octal | 204 | 172 | 21 | 0 | 10 | 127 | 60 | 67 | 115 | 35 |
| Binary | 10000100 | 1111010 | 10001 | 0 | 1000 | 1010111 | 110000 | 110111 | 1001101 | 11101 |
Color Harmonies of #847A11
Complementary color
Monochromatic Colors of #847A11
Black with #847A11
Text Example
Text Example
White with #847A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847A11; }
p { color: rgb(132,122,17); }
H1.HeaderClassName
{
color: #847A11;
}
.AnyTagClassName
{
color: #847A11;
}
</style>
background-color css
<style>
a { background-color: #847A11; }
a { background-color: rgb(132,122,17); }
div.DivClassName
{
background-color: #847A11;
}
.BgClassName
{
background-color: #847A11;
}
</style>
border-color css
<style>
span { border-color: #847A11; }
span { border-color: rgb(132,122,17); }
td.TdClassName
{
border-color: #847A11;
}
.TagClassName
{
border-color: #847A11;
}
</style>