Shades of Olive #847A0D
Tints of Olive #847A0D
RGB
CMYK
RGB Variations
Color information
#847A0D (or 0x847A0D) is known color: Olive. HEX triplet: 84, 7A and 0D. RGB value is (132,122,13). Sum of RGB (Red+Green+Blue) = 132+122+13=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #847A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847A0D is #7B85F2. Grayscale: #717171. Windows color (decimal): -8095219 or 883332. OLE color: 883332.
HSL color Cylindrical-coordinate representation of color #847A0D: hue angle of 54.96º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #847A0D is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 122 | 13 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.48 |
| HSL | 54.96º | 0.82% | 0.28% | - |
| HSV(B) | 54.96º | 0.9% | 0.52% | - |
| XYZ | 16.55 | 18.85 | 3.15 | - |
| YUV | 112.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 13 | 0 | 0.08 | 0.90 | 0.48 | 54.96 | 0.82 | 0.28 |
| Hex | 84 | 7A | D | 0 | 8 | 5A | 30 | 37 | 52 | 1C |
| Octal | 204 | 172 | 15 | 0 | 10 | 132 | 60 | 67 | 122 | 34 |
| Binary | 10000100 | 1111010 | 1101 | 0 | 1000 | 1011010 | 110000 | 110111 | 1010010 | 11100 |
Color Harmonies of #847A0D
Complementary color
Monochromatic Colors of #847A0D
Black with #847A0D
Text Example
Text Example
White with #847A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847A0D; }
p { color: rgb(132,122,13); }
H1.HeaderClassName
{
color: #847A0D;
}
.AnyTagClassName
{
color: #847A0D;
}
</style>
background-color css
<style>
a { background-color: #847A0D; }
a { background-color: rgb(132,122,13); }
div.DivClassName
{
background-color: #847A0D;
}
.BgClassName
{
background-color: #847A0D;
}
</style>
border-color css
<style>
span { border-color: #847A0D; }
span { border-color: rgb(132,122,13); }
td.TdClassName
{
border-color: #847A0D;
}
.TagClassName
{
border-color: #847A0D;
}
</style>