Shades of Sushi #779E2F
Tints of Sushi #779E2F
RGB
CMYK
RGB Variations
Color information
#779E2F (or 0x779E2F) is known color: Sushi. HEX triplet: 77, 9E and 2F. RGB value is (119,158,47). Sum of RGB (Red+Green+Blue) = 119+158+47=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 158 (62.11% from 255 or 48.77% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 158 - color contains mainly: green. Hex color #779E2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779E2F is #8861D0. Grayscale: #868686. Windows color (decimal): -8937937 or 3120759. OLE color: 3120759.
HSL color Cylindrical-coordinate representation of color #779E2F: hue angle of 81.08º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #779E2F is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 158 | 47 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.38 |
| HSL | 81.08º | 0.54% | 0.4% | - |
| HSV(B) | 81.08º | 0.7% | 0.62% | - |
| XYZ | 20.35 | 28.58 | 7.13 | - |
| YUV | 133.69 | 79.08 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 47 | 0.25 | 0 | 0.70 | 0.38 | 81.08 | 0.54 | 0.4 |
| Hex | 77 | 9E | 2F | 19 | 0 | 46 | 26 | 51 | 36 | 28 |
| Octal | 167 | 236 | 57 | 31 | 0 | 106 | 46 | 121 | 66 | 50 |
| Binary | 1110111 | 10011110 | 101111 | 11001 | 0 | 1000110 | 100110 | 1010001 | 110110 | 101000 |
Color Harmonies of #779E2F
Complementary color
Monochromatic Colors of #779E2F
Black with #779E2F
Text Example
Text Example
White with #779E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779E2F; }
p { color: rgb(119,158,47); }
H1.HeaderClassName
{
color: #779E2F;
}
.AnyTagClassName
{
color: #779E2F;
}
</style>
background-color css
<style>
a { background-color: #779E2F; }
a { background-color: rgb(119,158,47); }
div.DivClassName
{
background-color: #779E2F;
}
.BgClassName
{
background-color: #779E2F;
}
</style>
border-color css
<style>
span { border-color: #779E2F; }
span { border-color: rgb(119,158,47); }
td.TdClassName
{
border-color: #779E2F;
}
.TagClassName
{
border-color: #779E2F;
}
</style>