Shades of Olive Drab #77981D
Tints of Olive Drab #77981D
RGB
CMYK
RGB Variations
Color information
#77981D (or 0x77981D) is known color: Olive Drab. HEX triplet: 77, 98 and 1D. RGB value is (119,152,29). Sum of RGB (Red+Green+Blue) = 119+152+29=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #77981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77981D is #8867E2. Grayscale: #808080. Windows color (decimal): -8939491 or 1939575. OLE color: 1939575.
HSL color Cylindrical-coordinate representation of color #77981D: hue angle of 76.1º 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 #77981D is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 152 | 29 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.40 |
| HSL | 76.1º | 0.68% | 0.35% | - |
| HSV(B) | 76.1º | 0.81% | 0.6% | - |
| XYZ | 19.06 | 26.47 | 5.27 | - |
| YUV | 128.11 | 72.07 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 29 | 0.22 | 0 | 0.81 | 0.40 | 76.1 | 0.68 | 0.35 |
| Hex | 77 | 98 | 1D | 16 | 0 | 51 | 28 | 4C | 44 | 23 |
| Octal | 167 | 230 | 35 | 26 | 0 | 121 | 50 | 114 | 104 | 43 |
| Binary | 1110111 | 10011000 | 11101 | 10110 | 0 | 1010001 | 101000 | 1001100 | 1000100 | 100011 |
Color Harmonies of #77981D
Complementary color
Monochromatic Colors of #77981D
Black with #77981D
Text Example
Text Example
White with #77981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77981D; }
p { color: rgb(119,152,29); }
H1.HeaderClassName
{
color: #77981D;
}
.AnyTagClassName
{
color: #77981D;
}
</style>
background-color css
<style>
a { background-color: #77981D; }
a { background-color: rgb(119,152,29); }
div.DivClassName
{
background-color: #77981D;
}
.BgClassName
{
background-color: #77981D;
}
</style>
border-color css
<style>
span { border-color: #77981D; }
span { border-color: rgb(119,152,29); }
td.TdClassName
{
border-color: #77981D;
}
.TagClassName
{
border-color: #77981D;
}
</style>