Shades of Olive #76700C
Tints of Olive #76700C
RGB
CMYK
RGB Variations
Color information
#76700C (or 0x76700C) is known color: Olive. HEX triplet: 76, 70 and 0C. RGB value is (118,112,12). Sum of RGB (Red+Green+Blue) = 118+112+12=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #76700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76700C is #898FF3. Grayscale: #666666. Windows color (decimal): -9015284 or 815222. OLE color: 815222.
HSL color Cylindrical-coordinate representation of color #76700C: hue angle of 56.6º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76700C is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 12 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.54 |
| HSL | 56.6º | 0.82% | 0.25% | - |
| HSV(B) | 56.6º | 0.9% | 0.46% | - |
| XYZ | 13.33 | 15.47 | 2.63 | - |
| YUV | 102.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 12 | 0 | 0.05 | 0.90 | 0.54 | 56.6 | 0.82 | 0.25 |
| Hex | 76 | 70 | C | 0 | 5 | 5A | 36 | 39 | 52 | 19 |
| Octal | 166 | 160 | 14 | 0 | 5 | 132 | 66 | 71 | 122 | 31 |
| Binary | 1110110 | 1110000 | 1100 | 0 | 101 | 1011010 | 110110 | 111001 | 1010010 | 11001 |
Color Harmonies of #76700C
Complementary color
Monochromatic Colors of #76700C
Black with #76700C
Text Example
Text Example
White with #76700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76700C; }
p { color: rgb(118,112,12); }
H1.HeaderClassName
{
color: #76700C;
}
.AnyTagClassName
{
color: #76700C;
}
</style>
background-color css
<style>
a { background-color: #76700C; }
a { background-color: rgb(118,112,12); }
div.DivClassName
{
background-color: #76700C;
}
.BgClassName
{
background-color: #76700C;
}
</style>
border-color css
<style>
span { border-color: #76700C; }
span { border-color: rgb(118,112,12); }
td.TdClassName
{
border-color: #76700C;
}
.TagClassName
{
border-color: #76700C;
}
</style>