Shades of Olive Drab #77950D
Tints of Olive Drab #77950D
RGB
CMYK
RGB Variations
Color information
#77950D (or 0x77950D) is known color: Olive Drab. HEX triplet: 77, 95 and 0D. RGB value is (119,149,13). Sum of RGB (Red+Green+Blue) = 119+149+13=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #77950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77950D is #886AF2. Grayscale: #7D7D7D. Windows color (decimal): -8940275 or 890231. OLE color: 890231.
HSL color Cylindrical-coordinate representation of color #77950D: hue angle of 73.24º 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 #77950D is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 149 | 13 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.42 |
| HSL | 73.24º | 0.84% | 0.32% | - |
| HSV(B) | 73.24º | 0.91% | 0.58% | - |
| XYZ | 18.43 | 25.45 | 4.32 | - |
| YUV | 124.53 | 65.06 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 13 | 0.20 | 0 | 0.91 | 0.42 | 73.24 | 0.84 | 0.32 |
| Hex | 77 | 95 | D | 14 | 0 | 5B | 2A | 49 | 54 | 20 |
| Octal | 167 | 225 | 15 | 24 | 0 | 133 | 52 | 111 | 124 | 40 |
| Binary | 1110111 | 10010101 | 1101 | 10100 | 0 | 1011011 | 101010 | 1001001 | 1010100 | 100000 |
Color Harmonies of #77950D
Complementary color
Monochromatic Colors of #77950D
Black with #77950D
Text Example
Text Example
White with #77950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77950D; }
p { color: rgb(119,149,13); }
H1.HeaderClassName
{
color: #77950D;
}
.AnyTagClassName
{
color: #77950D;
}
</style>
background-color css
<style>
a { background-color: #77950D; }
a { background-color: rgb(119,149,13); }
div.DivClassName
{
background-color: #77950D;
}
.BgClassName
{
background-color: #77950D;
}
</style>
border-color css
<style>
span { border-color: #77950D; }
span { border-color: rgb(119,149,13); }
td.TdClassName
{
border-color: #77950D;
}
.TagClassName
{
border-color: #77950D;
}
</style>