Shades of Sushi #779E41
Tints of Sushi #779E41
RGB
CMYK
RGB Variations
Color information
#779E41 (or 0x779E41) is known color: Sushi. HEX triplet: 77, 9E and 41. RGB value is (119,158,65). Sum of RGB (Red+Green+Blue) = 119+158+65=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 158 - color contains mainly: green. Hex color #779E41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779E41 is #8861BE. Grayscale: #888888. Windows color (decimal): -8937919 or 4300407. OLE color: 4300407.
HSL color Cylindrical-coordinate representation of color #779E41: hue angle of 85.16º 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 #779E41 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 158 | 65 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.38 |
| HSL | 85.16º | 0.42% | 0.44% | - |
| HSV(B) | 85.16º | 0.59% | 0.62% | - |
| XYZ | 20.79 | 28.76 | 9.46 | - |
| YUV | 135.74 | 88.08 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 65 | 0.25 | 0 | 0.59 | 0.38 | 85.16 | 0.42 | 0.44 |
| Hex | 77 | 9E | 41 | 19 | 0 | 3B | 26 | 55 | 2A | 2C |
| Octal | 167 | 236 | 101 | 31 | 0 | 73 | 46 | 125 | 52 | 54 |
| Binary | 1110111 | 10011110 | 1000001 | 11001 | 0 | 111011 | 100110 | 1010101 | 101010 | 101100 |
Color Harmonies of #779E41
Complementary color
Monochromatic Colors of #779E41
Black with #779E41
Text Example
Text Example
White with #779E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779E41; }
p { color: rgb(119,158,65); }
H1.HeaderClassName
{
color: #779E41;
}
.AnyTagClassName
{
color: #779E41;
}
</style>
background-color css
<style>
a { background-color: #779E41; }
a { background-color: rgb(119,158,65); }
div.DivClassName
{
background-color: #779E41;
}
.BgClassName
{
background-color: #779E41;
}
</style>
border-color css
<style>
span { border-color: #779E41; }
span { border-color: rgb(119,158,65); }
td.TdClassName
{
border-color: #779E41;
}
.TagClassName
{
border-color: #779E41;
}
</style>