Shades of Olive #84740D
Tints of Olive #84740D
RGB
CMYK
RGB Variations
Color information
#84740D (or 0x84740D) is known color: Olive. HEX triplet: 84, 74 and 0D. RGB value is (132,116,13). Sum of RGB (Red+Green+Blue) = 132+116+13=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #84740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84740D is #7B8BF2. Grayscale: #6D6D6D. Windows color (decimal): -8096755 or 881796. OLE color: 881796.
HSL color Cylindrical-coordinate representation of color #84740D: hue angle of 51.93º 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 #84740D is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 116 | 13 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.48 |
| HSL | 51.93º | 0.82% | 0.28% | - |
| HSV(B) | 51.93º | 0.9% | 0.52% | - |
| XYZ | 15.83 | 17.43 | 2.91 | - |
| YUV | 109.04 | 73.8 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 13 | 0 | 0.12 | 0.90 | 0.48 | 51.93 | 0.82 | 0.28 |
| Hex | 84 | 74 | D | 0 | C | 5A | 30 | 34 | 52 | 1C |
| Octal | 204 | 164 | 15 | 0 | 14 | 132 | 60 | 64 | 122 | 34 |
| Binary | 10000100 | 1110100 | 1101 | 0 | 1100 | 1011010 | 110000 | 110100 | 1010010 | 11100 |
Color Harmonies of #84740D
Complementary color
Monochromatic Colors of #84740D
Black with #84740D
Text Example
Text Example
White with #84740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84740D; }
p { color: rgb(132,116,13); }
H1.HeaderClassName
{
color: #84740D;
}
.AnyTagClassName
{
color: #84740D;
}
</style>
background-color css
<style>
a { background-color: #84740D; }
a { background-color: rgb(132,116,13); }
div.DivClassName
{
background-color: #84740D;
}
.BgClassName
{
background-color: #84740D;
}
</style>
border-color css
<style>
span { border-color: #84740D; }
span { border-color: rgb(132,116,13); }
td.TdClassName
{
border-color: #84740D;
}
.TagClassName
{
border-color: #84740D;
}
</style>