Shades of Sushi #779D40
Tints of Sushi #779D40
RGB
CMYK
RGB Variations
Color information
#779D40 (or 0x779D40) is known color: Sushi. HEX triplet: 77, 9D and 40. RGB value is (119,157,64). Sum of RGB (Red+Green+Blue) = 119+157+64=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 157 - color contains mainly: green. Hex color #779D40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779D40 is #8862BF. Grayscale: #878787. Windows color (decimal): -8938176 or 4234615. OLE color: 4234615.
HSL color Cylindrical-coordinate representation of color #779D40: hue angle of 84.52º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #779D40 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 64 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.38 |
| HSL | 84.52º | 0.42% | 0.43% | - |
| HSV(B) | 84.52º | 0.59% | 0.62% | - |
| XYZ | 20.59 | 28.41 | 9.25 | - |
| YUV | 135.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 64 | 0.24 | 0 | 0.59 | 0.38 | 84.52 | 0.42 | 0.43 |
| Hex | 77 | 9D | 40 | 18 | 0 | 3B | 26 | 55 | 2A | 2B |
| Octal | 167 | 235 | 100 | 30 | 0 | 73 | 46 | 125 | 52 | 53 |
| Binary | 1110111 | 10011101 | 1000000 | 11000 | 0 | 111011 | 100110 | 1010101 | 101010 | 101011 |
Color Harmonies of #779D40
Complementary color
Monochromatic Colors of #779D40
Black with #779D40
Text Example
Text Example
White with #779D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D40; }
p { color: rgb(119,157,64); }
H1.HeaderClassName
{
color: #779D40;
}
.AnyTagClassName
{
color: #779D40;
}
</style>
background-color css
<style>
a { background-color: #779D40; }
a { background-color: rgb(119,157,64); }
div.DivClassName
{
background-color: #779D40;
}
.BgClassName
{
background-color: #779D40;
}
</style>
border-color css
<style>
span { border-color: #779D40; }
span { border-color: rgb(119,157,64); }
td.TdClassName
{
border-color: #779D40;
}
.TagClassName
{
border-color: #779D40;
}
</style>