Shades of Olive Drab #77941A
Tints of Olive Drab #77941A
RGB
CMYK
RGB Variations
Color information
#77941A (or 0x77941A) is known color: Olive Drab. HEX triplet: 77, 94 and 1A. RGB value is (119,148,26). Sum of RGB (Red+Green+Blue) = 119+148+26=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #77941A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77941A is #886BE5. Grayscale: #7D7D7D. Windows color (decimal): -8940518 or 1741943. OLE color: 1741943.
HSL color Cylindrical-coordinate representation of color #77941A: hue angle of 74.26º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77941A is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 148 | 26 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.42 |
| HSL | 74.26º | 0.7% | 0.34% | - |
| HSV(B) | 74.26º | 0.82% | 0.58% | - |
| XYZ | 18.38 | 25.18 | 4.87 | - |
| YUV | 125.42 | 71.89 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 26 | 0.20 | 0 | 0.82 | 0.42 | 74.26 | 0.7 | 0.34 |
| Hex | 77 | 94 | 1A | 14 | 0 | 52 | 2A | 4A | 46 | 22 |
| Octal | 167 | 224 | 32 | 24 | 0 | 122 | 52 | 112 | 106 | 42 |
| Binary | 1110111 | 10010100 | 11010 | 10100 | 0 | 1010010 | 101010 | 1001010 | 1000110 | 100010 |
Color Harmonies of #77941A
Complementary color
Monochromatic Colors of #77941A
Black with #77941A
Text Example
Text Example
White with #77941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77941A; }
p { color: rgb(119,148,26); }
H1.HeaderClassName
{
color: #77941A;
}
.AnyTagClassName
{
color: #77941A;
}
</style>
background-color css
<style>
a { background-color: #77941A; }
a { background-color: rgb(119,148,26); }
div.DivClassName
{
background-color: #77941A;
}
.BgClassName
{
background-color: #77941A;
}
</style>
border-color css
<style>
span { border-color: #77941A; }
span { border-color: rgb(119,148,26); }
td.TdClassName
{
border-color: #77941A;
}
.TagClassName
{
border-color: #77941A;
}
</style>