Shades of Olive Drab #78950D
Tints of Olive Drab #78950D
RGB
CMYK
RGB Variations
Color information
#78950D (or 0x78950D) is known color: Olive Drab. HEX triplet: 78, 95 and 0D. RGB value is (120,149,13). Sum of RGB (Red+Green+Blue) = 120+149+13=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #78950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78950D is #876AF2. Grayscale: #7D7D7D. Windows color (decimal): -8874739 or 890232. OLE color: 890232.
HSL color Cylindrical-coordinate representation of color #78950D: hue angle of 72.79º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78950D is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 149 | 13 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.42 |
| HSL | 72.79º | 0.84% | 0.32% | - |
| HSV(B) | 72.79º | 0.91% | 0.58% | - |
| XYZ | 18.57 | 25.52 | 4.33 | - |
| YUV | 124.83 | 64.89 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 13 | 0.19 | 0 | 0.91 | 0.42 | 72.79 | 0.84 | 0.32 |
| Hex | 78 | 95 | D | 13 | 0 | 5B | 2A | 49 | 54 | 20 |
| Octal | 170 | 225 | 15 | 23 | 0 | 133 | 52 | 111 | 124 | 40 |
| Binary | 1111000 | 10010101 | 1101 | 10011 | 0 | 1011011 | 101010 | 1001001 | 1010100 | 100000 |
Color Harmonies of #78950D
Complementary color
Monochromatic Colors of #78950D
Black with #78950D
Text Example
Text Example
White with #78950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78950D; }
p { color: rgb(120,149,13); }
H1.HeaderClassName
{
color: #78950D;
}
.AnyTagClassName
{
color: #78950D;
}
</style>
background-color css
<style>
a { background-color: #78950D; }
a { background-color: rgb(120,149,13); }
div.DivClassName
{
background-color: #78950D;
}
.BgClassName
{
background-color: #78950D;
}
</style>
border-color css
<style>
span { border-color: #78950D; }
span { border-color: rgb(120,149,13); }
td.TdClassName
{
border-color: #78950D;
}
.TagClassName
{
border-color: #78950D;
}
</style>