Shades of Olive #78940A
Tints of Olive #78940A
RGB
CMYK
RGB Variations
Color information
#78940A (or 0x78940A) is known color: Olive. HEX triplet: 78, 94 and 0A. RGB value is (120,148,10). Sum of RGB (Red+Green+Blue) = 120+148+10=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #78940A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78940A is #876BF5. Grayscale: #7C7C7C. Windows color (decimal): -8874998 or 693368. OLE color: 693368.
HSL color Cylindrical-coordinate representation of color #78940A: hue angle of 72.17º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78940A is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 148 | 10 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.42 |
| HSL | 72.17º | 0.87% | 0.31% | - |
| HSV(B) | 72.17º | 0.93% | 0.58% | - |
| XYZ | 18.39 | 25.19 | 4.18 | - |
| YUV | 123.9 | 63.72 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 148 | 10 | 0.19 | 0 | 0.93 | 0.42 | 72.17 | 0.87 | 0.31 |
| Hex | 78 | 94 | A | 13 | 0 | 5D | 2A | 48 | 57 | 1F |
| Octal | 170 | 224 | 12 | 23 | 0 | 135 | 52 | 110 | 127 | 37 |
| Binary | 1111000 | 10010100 | 1010 | 10011 | 0 | 1011101 | 101010 | 1001000 | 1010111 | 11111 |
Color Harmonies of #78940A
Complementary color
Monochromatic Colors of #78940A
Black with #78940A
Text Example
Text Example
White with #78940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78940A; }
p { color: rgb(120,148,10); }
H1.HeaderClassName
{
color: #78940A;
}
.AnyTagClassName
{
color: #78940A;
}
</style>
background-color css
<style>
a { background-color: #78940A; }
a { background-color: rgb(120,148,10); }
div.DivClassName
{
background-color: #78940A;
}
.BgClassName
{
background-color: #78940A;
}
</style>
border-color css
<style>
span { border-color: #78940A; }
span { border-color: rgb(120,148,10); }
td.TdClassName
{
border-color: #78940A;
}
.TagClassName
{
border-color: #78940A;
}
</style>