Shades of Sushi #779D41
Tints of Sushi #779D41
RGB
CMYK
RGB Variations
Color information
#779D41 (or 0x779D41) is known color: Sushi. HEX triplet: 77, 9D and 41. RGB value is (119,157,65). Sum of RGB (Red+Green+Blue) = 119+157+65=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #779D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779D41 is #8862BE. Grayscale: #878787. Windows color (decimal): -8938175 or 4300151. OLE color: 4300151.
HSL color Cylindrical-coordinate representation of color #779D41: hue angle of 84.78º degrees, saturation: 0.41, 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 #779D41 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 65 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.38 |
| HSL | 84.78º | 0.41% | 0.44% | - |
| HSV(B) | 84.78º | 0.59% | 0.62% | - |
| XYZ | 20.62 | 28.42 | 9.4 | - |
| YUV | 135.15 | 88.41 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 65 | 0.24 | 0 | 0.59 | 0.38 | 84.78 | 0.41 | 0.44 |
| Hex | 77 | 9D | 41 | 18 | 0 | 3B | 26 | 55 | 29 | 2C |
| Octal | 167 | 235 | 101 | 30 | 0 | 73 | 46 | 125 | 51 | 54 |
| Binary | 1110111 | 10011101 | 1000001 | 11000 | 0 | 111011 | 100110 | 1010101 | 101001 | 101100 |
Color Harmonies of #779D41
Complementary color
Monochromatic Colors of #779D41
Black with #779D41
Text Example
Text Example
White with #779D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D41; }
p { color: rgb(119,157,65); }
H1.HeaderClassName
{
color: #779D41;
}
.AnyTagClassName
{
color: #779D41;
}
</style>
background-color css
<style>
a { background-color: #779D41; }
a { background-color: rgb(119,157,65); }
div.DivClassName
{
background-color: #779D41;
}
.BgClassName
{
background-color: #779D41;
}
</style>
border-color css
<style>
span { border-color: #779D41; }
span { border-color: rgb(119,157,65); }
td.TdClassName
{
border-color: #779D41;
}
.TagClassName
{
border-color: #779D41;
}
</style>