Shades of Olive Drab #77950F
Tints of Olive Drab #77950F
RGB
CMYK
RGB Variations
Color information
#77950F (or 0x77950F) is known color: Olive Drab. HEX triplet: 77, 95 and 0F. RGB value is (119,149,15). Sum of RGB (Red+Green+Blue) = 119+149+15=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #77950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77950F is #886AF0. Grayscale: #7D7D7D. Windows color (decimal): -8940273 or 1021303. OLE color: 1021303.
HSL color Cylindrical-coordinate representation of color #77950F: hue angle of 73.43º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77950F is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 149 | 15 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.42 |
| HSL | 73.43º | 0.82% | 0.32% | - |
| HSV(B) | 73.43º | 0.9% | 0.58% | - |
| XYZ | 18.44 | 25.45 | 4.39 | - |
| YUV | 124.75 | 66.06 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 15 | 0.20 | 0 | 0.90 | 0.42 | 73.43 | 0.82 | 0.32 |
| Hex | 77 | 95 | F | 14 | 0 | 5A | 2A | 49 | 52 | 20 |
| Octal | 167 | 225 | 17 | 24 | 0 | 132 | 52 | 111 | 122 | 40 |
| Binary | 1110111 | 10010101 | 1111 | 10100 | 0 | 1011010 | 101010 | 1001001 | 1010010 | 100000 |
Color Harmonies of #77950F
Complementary color
Monochromatic Colors of #77950F
Black with #77950F
Text Example
Text Example
White with #77950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77950F; }
p { color: rgb(119,149,15); }
H1.HeaderClassName
{
color: #77950F;
}
.AnyTagClassName
{
color: #77950F;
}
</style>
background-color css
<style>
a { background-color: #77950F; }
a { background-color: rgb(119,149,15); }
div.DivClassName
{
background-color: #77950F;
}
.BgClassName
{
background-color: #77950F;
}
</style>
border-color css
<style>
span { border-color: #77950F; }
span { border-color: rgb(119,149,15); }
td.TdClassName
{
border-color: #77950F;
}
.TagClassName
{
border-color: #77950F;
}
</style>