Shades of Olive #78740A
Tints of Olive #78740A
RGB
CMYK
RGB Variations
Color information
#78740A (or 0x78740A) is known color: Olive. HEX triplet: 78, 74 and 0A. RGB value is (120,116,10). Sum of RGB (Red+Green+Blue) = 120+116+10=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #78740A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78740A is #878BF5. Grayscale: #696969. Windows color (decimal): -8883190 or 685176. OLE color: 685176.
HSL color Cylindrical-coordinate representation of color #78740A: hue angle of 57.82º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78740A is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 116 | 10 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.53 |
| HSL | 57.82º | 0.85% | 0.25% | - |
| HSV(B) | 57.82º | 0.92% | 0.47% | - |
| XYZ | 14.05 | 16.51 | 2.73 | - |
| YUV | 105.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 116 | 10 | 0 | 0.03 | 0.92 | 0.53 | 57.82 | 0.85 | 0.25 |
| Hex | 78 | 74 | A | 0 | 3 | 5C | 35 | 3A | 55 | 19 |
| Octal | 170 | 164 | 12 | 0 | 3 | 134 | 65 | 72 | 125 | 31 |
| Binary | 1111000 | 1110100 | 1010 | 0 | 11 | 1011100 | 110101 | 111010 | 1010101 | 11001 |
Color Harmonies of #78740A
Complementary color
Monochromatic Colors of #78740A
Black with #78740A
Text Example
Text Example
White with #78740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78740A; }
p { color: rgb(120,116,10); }
H1.HeaderClassName
{
color: #78740A;
}
.AnyTagClassName
{
color: #78740A;
}
</style>
background-color css
<style>
a { background-color: #78740A; }
a { background-color: rgb(120,116,10); }
div.DivClassName
{
background-color: #78740A;
}
.BgClassName
{
background-color: #78740A;
}
</style>
border-color css
<style>
span { border-color: #78740A; }
span { border-color: rgb(120,116,10); }
td.TdClassName
{
border-color: #78740A;
}
.TagClassName
{
border-color: #78740A;
}
</style>