Shades of Olive #78760C
Tints of Olive #78760C
RGB
CMYK
RGB Variations
Color information
#78760C (or 0x78760C) is known color: Olive. HEX triplet: 78, 76 and 0C. RGB value is (120,118,12). Sum of RGB (Red+Green+Blue) = 120+118+12=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #78760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78760C is #8789F3. Grayscale: #6A6A6A. Windows color (decimal): -8882676 or 816760. OLE color: 816760.
HSL color Cylindrical-coordinate representation of color #78760C: hue angle of 58.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78760C is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 118 | 12 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.53 |
| HSL | 58.89º | 0.82% | 0.26% | - |
| HSV(B) | 58.89º | 0.9% | 0.47% | - |
| XYZ | 14.29 | 16.98 | 2.87 | - |
| YUV | 106.51 | 74.66 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 118 | 12 | 0 | 0.02 | 0.90 | 0.53 | 58.89 | 0.82 | 0.26 |
| Hex | 78 | 76 | C | 0 | 2 | 5A | 35 | 3B | 52 | 1A |
| Octal | 170 | 166 | 14 | 0 | 2 | 132 | 65 | 73 | 122 | 32 |
| Binary | 1111000 | 1110110 | 1100 | 0 | 10 | 1011010 | 110101 | 111011 | 1010010 | 11010 |
Color Harmonies of #78760C
Complementary color
Monochromatic Colors of #78760C
Black with #78760C
Text Example
Text Example
White with #78760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78760C; }
p { color: rgb(120,118,12); }
H1.HeaderClassName
{
color: #78760C;
}
.AnyTagClassName
{
color: #78760C;
}
</style>
background-color css
<style>
a { background-color: #78760C; }
a { background-color: rgb(120,118,12); }
div.DivClassName
{
background-color: #78760C;
}
.BgClassName
{
background-color: #78760C;
}
</style>
border-color css
<style>
span { border-color: #78760C; }
span { border-color: rgb(120,118,12); }
td.TdClassName
{
border-color: #78760C;
}
.TagClassName
{
border-color: #78760C;
}
</style>