Shades of Olive #78770A
Tints of Olive #78770A
RGB
CMYK
RGB Variations
Color information
#78770A (or 0x78770A) is known color: Olive. HEX triplet: 78, 77 and 0A. RGB value is (120,119,10). Sum of RGB (Red+Green+Blue) = 120+119+10=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #78770A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78770A is #8788F5. Grayscale: #6B6B6B. Windows color (decimal): -8882422 or 685944. OLE color: 685944.
HSL color Cylindrical-coordinate representation of color #78770A: hue angle of 59.45º 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 #78770A is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 119 | 10 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.53 |
| HSL | 59.45º | 0.85% | 0.25% | - |
| HSV(B) | 59.45º | 0.92% | 0.47% | - |
| XYZ | 14.4 | 17.21 | 2.85 | - |
| YUV | 106.87 | 73.33 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 119 | 10 | 0 | 0.01 | 0.92 | 0.53 | 59.45 | 0.85 | 0.25 |
| Hex | 78 | 77 | A | 0 | 1 | 5C | 35 | 3B | 55 | 19 |
| Octal | 170 | 167 | 12 | 0 | 1 | 134 | 65 | 73 | 125 | 31 |
| Binary | 1111000 | 1110111 | 1010 | 0 | 1 | 1011100 | 110101 | 111011 | 1010101 | 11001 |
Color Harmonies of #78770A
Complementary color
Monochromatic Colors of #78770A
Black with #78770A
Text Example
Text Example
White with #78770A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78770A; }
p { color: rgb(120,119,10); }
H1.HeaderClassName
{
color: #78770A;
}
.AnyTagClassName
{
color: #78770A;
}
</style>
background-color css
<style>
a { background-color: #78770A; }
a { background-color: rgb(120,119,10); }
div.DivClassName
{
background-color: #78770A;
}
.BgClassName
{
background-color: #78770A;
}
</style>
border-color css
<style>
span { border-color: #78770A; }
span { border-color: rgb(120,119,10); }
td.TdClassName
{
border-color: #78770A;
}
.TagClassName
{
border-color: #78770A;
}
</style>