Shades of Olive #84740C
Tints of Olive #84740C
RGB
CMYK
RGB Variations
Color information
#84740C (or 0x84740C) is known color: Olive. HEX triplet: 84, 74 and 0C. RGB value is (132,116,12). Sum of RGB (Red+Green+Blue) = 132+116+12=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84740C is #7B8BF3. Grayscale: #6D6D6D. Windows color (decimal): -8096756 or 816260. OLE color: 816260.
HSL color Cylindrical-coordinate representation of color #84740C: hue angle of 52º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84740C is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 116 | 12 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.48 |
| HSL | 52º | 0.83% | 0.28% | - |
| HSV(B) | 52º | 0.91% | 0.52% | - |
| XYZ | 15.83 | 17.42 | 2.88 | - |
| YUV | 108.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 12 | 0 | 0.12 | 0.91 | 0.48 | 52 | 0.83 | 0.28 |
| Hex | 84 | 74 | C | 0 | C | 5B | 30 | 34 | 53 | 1C |
| Octal | 204 | 164 | 14 | 0 | 14 | 133 | 60 | 64 | 123 | 34 |
| Binary | 10000100 | 1110100 | 1100 | 0 | 1100 | 1011011 | 110000 | 110100 | 1010011 | 11100 |
Color Harmonies of #84740C
Complementary color
Monochromatic Colors of #84740C
Black with #84740C
Text Example
Text Example
White with #84740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84740C; }
p { color: rgb(132,116,12); }
H1.HeaderClassName
{
color: #84740C;
}
.AnyTagClassName
{
color: #84740C;
}
</style>
background-color css
<style>
a { background-color: #84740C; }
a { background-color: rgb(132,116,12); }
div.DivClassName
{
background-color: #84740C;
}
.BgClassName
{
background-color: #84740C;
}
</style>
border-color css
<style>
span { border-color: #84740C; }
span { border-color: rgb(132,116,12); }
td.TdClassName
{
border-color: #84740C;
}
.TagClassName
{
border-color: #84740C;
}
</style>