Shades of Olive #84750F
Tints of Olive #84750F
RGB
CMYK
RGB Variations
Color information
#84750F (or 0x84750F) is known color: Olive. HEX triplet: 84, 75 and 0F. RGB value is (132,117,15). Sum of RGB (Red+Green+Blue) = 132+117+15=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #84750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84750F is #7B8AF0. Grayscale: #6E6E6E. Windows color (decimal): -8096497 or 1013124. OLE color: 1013124.
HSL color Cylindrical-coordinate representation of color #84750F: hue angle of 52.31º 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 #84750F is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 117 | 15 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.48 |
| HSL | 52.31º | 0.8% | 0.29% | - |
| HSV(B) | 52.31º | 0.89% | 0.52% | - |
| XYZ | 15.96 | 17.66 | 3.02 | - |
| YUV | 109.86 | 74.47 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 117 | 15 | 0 | 0.11 | 0.89 | 0.48 | 52.31 | 0.8 | 0.29 |
| Hex | 84 | 75 | F | 0 | B | 59 | 30 | 34 | 50 | 1D |
| Octal | 204 | 165 | 17 | 0 | 13 | 131 | 60 | 64 | 120 | 35 |
| Binary | 10000100 | 1110101 | 1111 | 0 | 1011 | 1011001 | 110000 | 110100 | 1010000 | 11101 |
Color Harmonies of #84750F
Complementary color
Monochromatic Colors of #84750F
Black with #84750F
Text Example
Text Example
White with #84750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84750F; }
p { color: rgb(132,117,15); }
H1.HeaderClassName
{
color: #84750F;
}
.AnyTagClassName
{
color: #84750F;
}
</style>
background-color css
<style>
a { background-color: #84750F; }
a { background-color: rgb(132,117,15); }
div.DivClassName
{
background-color: #84750F;
}
.BgClassName
{
background-color: #84750F;
}
</style>
border-color css
<style>
span { border-color: #84750F; }
span { border-color: rgb(132,117,15); }
td.TdClassName
{
border-color: #84750F;
}
.TagClassName
{
border-color: #84750F;
}
</style>