Shades of Olive Drab #778F26
Tints of Olive Drab #778F26
RGB
CMYK
RGB Variations
Color information
#778F26 (or 0x778F26) is known color: Olive Drab. HEX triplet: 77, 8F and 26. RGB value is (119,143,38). Sum of RGB (Red+Green+Blue) = 119+143+38=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 143 - color contains mainly: green. Hex color #778F26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778F26 is #8870D9. Grayscale: #7C7C7C. Windows color (decimal): -8941786 or 2527095. OLE color: 2527095.
HSL color Cylindrical-coordinate representation of color #778F26: hue angle of 73.71º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #778F26 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 143 | 38 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.44 |
| HSL | 73.71º | 0.58% | 0.35% | - |
| HSV(B) | 73.71º | 0.73% | 0.56% | - |
| XYZ | 17.78 | 23.71 | 5.47 | - |
| YUV | 123.85 | 79.55 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 38 | 0.17 | 0 | 0.73 | 0.44 | 73.71 | 0.58 | 0.35 |
| Hex | 77 | 8F | 26 | 11 | 0 | 49 | 2C | 4A | 3A | 23 |
| Octal | 167 | 217 | 46 | 21 | 0 | 111 | 54 | 112 | 72 | 43 |
| Binary | 1110111 | 10001111 | 100110 | 10001 | 0 | 1001001 | 101100 | 1001010 | 111010 | 100011 |
Color Harmonies of #778F26
Complementary color
Monochromatic Colors of #778F26
Black with #778F26
Text Example
Text Example
White with #778F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778F26; }
p { color: rgb(119,143,38); }
H1.HeaderClassName
{
color: #778F26;
}
.AnyTagClassName
{
color: #778F26;
}
</style>
background-color css
<style>
a { background-color: #778F26; }
a { background-color: rgb(119,143,38); }
div.DivClassName
{
background-color: #778F26;
}
.BgClassName
{
background-color: #778F26;
}
</style>
border-color css
<style>
span { border-color: #778F26; }
span { border-color: rgb(119,143,38); }
td.TdClassName
{
border-color: #778F26;
}
.TagClassName
{
border-color: #778F26;
}
</style>