Shades of Olive Drab #77940E
Tints of Olive Drab #77940E
RGB
CMYK
RGB Variations
Color information
#77940E (or 0x77940E) is known color: Olive Drab. HEX triplet: 77, 94 and 0E. RGB value is (119,148,14). Sum of RGB (Red+Green+Blue) = 119+148+14=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #77940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77940E is #886BF1. Grayscale: #7C7C7C. Windows color (decimal): -8940530 or 955511. OLE color: 955511.
HSL color Cylindrical-coordinate representation of color #77940E: hue angle of 72.99º degrees, saturation: 0.83, 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 #77940E is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 148 | 14 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.42 |
| HSL | 72.99º | 0.83% | 0.32% | - |
| HSV(B) | 72.99º | 0.91% | 0.58% | - |
| XYZ | 18.28 | 25.13 | 4.3 | - |
| YUV | 124.05 | 65.89 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 14 | 0.20 | 0 | 0.91 | 0.42 | 72.99 | 0.83 | 0.32 |
| Hex | 77 | 94 | E | 14 | 0 | 5B | 2A | 49 | 53 | 20 |
| Octal | 167 | 224 | 16 | 24 | 0 | 133 | 52 | 111 | 123 | 40 |
| Binary | 1110111 | 10010100 | 1110 | 10100 | 0 | 1011011 | 101010 | 1001001 | 1010011 | 100000 |
Color Harmonies of #77940E
Complementary color
Monochromatic Colors of #77940E
Black with #77940E
Text Example
Text Example
White with #77940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77940E; }
p { color: rgb(119,148,14); }
H1.HeaderClassName
{
color: #77940E;
}
.AnyTagClassName
{
color: #77940E;
}
</style>
background-color css
<style>
a { background-color: #77940E; }
a { background-color: rgb(119,148,14); }
div.DivClassName
{
background-color: #77940E;
}
.BgClassName
{
background-color: #77940E;
}
</style>
border-color css
<style>
span { border-color: #77940E; }
span { border-color: rgb(119,148,14); }
td.TdClassName
{
border-color: #77940E;
}
.TagClassName
{
border-color: #77940E;
}
</style>