Shades of Olive #76760C
Tints of Olive #76760C
RGB
CMYK
RGB Variations
Color information
#76760C (or 0x76760C) is known color: Olive. HEX triplet: 76, 76 and 0C. RGB value is (118,118,12). Sum of RGB (Red+Green+Blue) = 118+118+12=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76760C is #8989F3. Grayscale: #6A6A6A. Windows color (decimal): -9013748 or 816758. OLE color: 816758.
HSL color Cylindrical-coordinate representation of color #76760C: hue angle of 60º 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 #76760C is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 118 | 12 | - |
| CMYK | 0 | 0 | 0.90 | 0.54 |
| HSL | 60º | 0.82% | 0.25% | - |
| HSV(B) | 60º | 0.9% | 0.46% | - |
| XYZ | 14.02 | 16.83 | 2.86 | - |
| YUV | 105.92 | 75 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 12 | 0 | 0 | 0.90 | 0.54 | 60 | 0.82 | 0.25 |
| Hex | 76 | 76 | C | 0 | 0 | 5A | 36 | 3C | 52 | 19 |
| Octal | 166 | 166 | 14 | 0 | 0 | 132 | 66 | 74 | 122 | 31 |
| Binary | 1110110 | 1110110 | 1100 | 0 | 0 | 1011010 | 110110 | 111100 | 1010010 | 11001 |
Color Harmonies of #76760C
Complementary color
Monochromatic Colors of #76760C
Black with #76760C
Text Example
Text Example
White with #76760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76760C; }
p { color: rgb(118,118,12); }
H1.HeaderClassName
{
color: #76760C;
}
.AnyTagClassName
{
color: #76760C;
}
</style>
background-color css
<style>
a { background-color: #76760C; }
a { background-color: rgb(118,118,12); }
div.DivClassName
{
background-color: #76760C;
}
.BgClassName
{
background-color: #76760C;
}
</style>
border-color css
<style>
span { border-color: #76760C; }
span { border-color: rgb(118,118,12); }
td.TdClassName
{
border-color: #76760C;
}
.TagClassName
{
border-color: #76760C;
}
</style>