Shades of Olive Drab #78981D
Tints of Olive Drab #78981D
RGB
CMYK
RGB Variations
Color information
#78981D (or 0x78981D) is known color: Olive Drab. HEX triplet: 78, 98 and 1D. RGB value is (120,152,29). Sum of RGB (Red+Green+Blue) = 120+152+29=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #78981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78981D is #8767E2. Grayscale: #808080. Windows color (decimal): -8873955 or 1939576. OLE color: 1939576.
HSL color Cylindrical-coordinate representation of color #78981D: hue angle of 75.61º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78981D is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 152 | 29 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.40 |
| HSL | 75.61º | 0.68% | 0.35% | - |
| HSV(B) | 75.61º | 0.81% | 0.6% | - |
| XYZ | 19.2 | 26.54 | 5.27 | - |
| YUV | 128.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 152 | 29 | 0.21 | 0 | 0.81 | 0.40 | 75.61 | 0.68 | 0.35 |
| Hex | 78 | 98 | 1D | 15 | 0 | 51 | 28 | 4C | 44 | 23 |
| Octal | 170 | 230 | 35 | 25 | 0 | 121 | 50 | 114 | 104 | 43 |
| Binary | 1111000 | 10011000 | 11101 | 10101 | 0 | 1010001 | 101000 | 1001100 | 1000100 | 100011 |
Color Harmonies of #78981D
Complementary color
Monochromatic Colors of #78981D
Black with #78981D
Text Example
Text Example
White with #78981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78981D; }
p { color: rgb(120,152,29); }
H1.HeaderClassName
{
color: #78981D;
}
.AnyTagClassName
{
color: #78981D;
}
</style>
background-color css
<style>
a { background-color: #78981D; }
a { background-color: rgb(120,152,29); }
div.DivClassName
{
background-color: #78981D;
}
.BgClassName
{
background-color: #78981D;
}
</style>
border-color css
<style>
span { border-color: #78981D; }
span { border-color: rgb(120,152,29); }
td.TdClassName
{
border-color: #78981D;
}
.TagClassName
{
border-color: #78981D;
}
</style>