Shades of Olive #84760F
Tints of Olive #84760F
RGB
CMYK
RGB Variations
Color information
#84760F (or 0x84760F) is known color: Olive. HEX triplet: 84, 76 and 0F. RGB value is (132,118,15). Sum of RGB (Red+Green+Blue) = 132+118+15=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #84760F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84760F is #7B89F0. Grayscale: #6E6E6E. Windows color (decimal): -8096241 or 1013380. OLE color: 1013380.
HSL color Cylindrical-coordinate representation of color #84760F: hue angle of 52.82º 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 #84760F is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 118 | 15 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.48 |
| HSL | 52.82º | 0.8% | 0.29% | - |
| HSV(B) | 52.82º | 0.89% | 0.52% | - |
| XYZ | 16.08 | 17.9 | 3.06 | - |
| YUV | 110.44 | 74.14 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 15 | 0 | 0.11 | 0.89 | 0.48 | 52.82 | 0.8 | 0.29 |
| Hex | 84 | 76 | F | 0 | B | 59 | 30 | 35 | 50 | 1D |
| Octal | 204 | 166 | 17 | 0 | 13 | 131 | 60 | 65 | 120 | 35 |
| Binary | 10000100 | 1110110 | 1111 | 0 | 1011 | 1011001 | 110000 | 110101 | 1010000 | 11101 |
Color Harmonies of #84760F
Complementary color
Monochromatic Colors of #84760F
Black with #84760F
Text Example
Text Example
White with #84760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84760F; }
p { color: rgb(132,118,15); }
H1.HeaderClassName
{
color: #84760F;
}
.AnyTagClassName
{
color: #84760F;
}
</style>
background-color css
<style>
a { background-color: #84760F; }
a { background-color: rgb(132,118,15); }
div.DivClassName
{
background-color: #84760F;
}
.BgClassName
{
background-color: #84760F;
}
</style>
border-color css
<style>
span { border-color: #84760F; }
span { border-color: rgb(132,118,15); }
td.TdClassName
{
border-color: #84760F;
}
.TagClassName
{
border-color: #84760F;
}
</style>