Shades of Olive Drab #77940F
Tints of Olive Drab #77940F
RGB
CMYK
RGB Variations
Color information
#77940F (or 0x77940F) is known color: Olive Drab. HEX triplet: 77, 94 and 0F. RGB value is (119,148,15). Sum of RGB (Red+Green+Blue) = 119+148+15=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #77940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77940F is #886BF0. Grayscale: #7C7C7C. Windows color (decimal): -8940529 or 1021047. OLE color: 1021047.
HSL color Cylindrical-coordinate representation of color #77940F: hue angle of 73.08º 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 #77940F is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 148 | 15 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.42 |
| HSL | 73.08º | 0.82% | 0.32% | - |
| HSV(B) | 73.08º | 0.9% | 0.58% | - |
| XYZ | 18.28 | 25.14 | 4.34 | - |
| YUV | 124.17 | 66.39 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 15 | 0.20 | 0 | 0.90 | 0.42 | 73.08 | 0.82 | 0.32 |
| Hex | 77 | 94 | F | 14 | 0 | 5A | 2A | 49 | 52 | 20 |
| Octal | 167 | 224 | 17 | 24 | 0 | 132 | 52 | 111 | 122 | 40 |
| Binary | 1110111 | 10010100 | 1111 | 10100 | 0 | 1011010 | 101010 | 1001001 | 1010010 | 100000 |
Color Harmonies of #77940F
Complementary color
Monochromatic Colors of #77940F
Black with #77940F
Text Example
Text Example
White with #77940F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77940F; }
p { color: rgb(119,148,15); }
H1.HeaderClassName
{
color: #77940F;
}
.AnyTagClassName
{
color: #77940F;
}
</style>
background-color css
<style>
a { background-color: #77940F; }
a { background-color: rgb(119,148,15); }
div.DivClassName
{
background-color: #77940F;
}
.BgClassName
{
background-color: #77940F;
}
</style>
border-color css
<style>
span { border-color: #77940F; }
span { border-color: rgb(119,148,15); }
td.TdClassName
{
border-color: #77940F;
}
.TagClassName
{
border-color: #77940F;
}
</style>