Shades of Sushi #779E40
Tints of Sushi #779E40
RGB
CMYK
RGB Variations
Color information
#779E40 (or 0x779E40) is known color: Sushi. HEX triplet: 77, 9E and 40. RGB value is (119,158,64). Sum of RGB (Red+Green+Blue) = 119+158+64=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #779E40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779E40 is #8861BF. Grayscale: #878787. Windows color (decimal): -8937920 or 4234871. OLE color: 4234871.
HSL color Cylindrical-coordinate representation of color #779E40: hue angle of 84.89º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #779E40 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 158 | 64 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.38 |
| HSL | 84.89º | 0.42% | 0.44% | - |
| HSV(B) | 84.89º | 0.59% | 0.62% | - |
| XYZ | 20.76 | 28.75 | 9.3 | - |
| YUV | 135.62 | 87.58 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 64 | 0.25 | 0 | 0.59 | 0.38 | 84.89 | 0.42 | 0.44 |
| Hex | 77 | 9E | 40 | 19 | 0 | 3B | 26 | 55 | 2A | 2C |
| Octal | 167 | 236 | 100 | 31 | 0 | 73 | 46 | 125 | 52 | 54 |
| Binary | 1110111 | 10011110 | 1000000 | 11001 | 0 | 111011 | 100110 | 1010101 | 101010 | 101100 |
Color Harmonies of #779E40
Complementary color
Monochromatic Colors of #779E40
Black with #779E40
Text Example
Text Example
White with #779E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779E40; }
p { color: rgb(119,158,64); }
H1.HeaderClassName
{
color: #779E40;
}
.AnyTagClassName
{
color: #779E40;
}
</style>
background-color css
<style>
a { background-color: #779E40; }
a { background-color: rgb(119,158,64); }
div.DivClassName
{
background-color: #779E40;
}
.BgClassName
{
background-color: #779E40;
}
</style>
border-color css
<style>
span { border-color: #779E40; }
span { border-color: rgb(119,158,64); }
td.TdClassName
{
border-color: #779E40;
}
.TagClassName
{
border-color: #779E40;
}
</style>