Shades of Sushi #779A39
Tints of Sushi #779A39
RGB
CMYK
RGB Variations
Color information
#779A39 (or 0x779A39) is known color: Sushi. HEX triplet: 77, 9A and 39. RGB value is (119,154,57). Sum of RGB (Red+Green+Blue) = 119+154+57=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 154 - color contains mainly: green. Hex color #779A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779A39 is #8865C6. Grayscale: #848484. Windows color (decimal): -8938951 or 3775095. OLE color: 3775095.
HSL color Cylindrical-coordinate representation of color #779A39: hue angle of 81.65º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #779A39 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 154 | 57 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.40 |
| HSL | 81.65º | 0.46% | 0.41% | - |
| HSV(B) | 81.65º | 0.63% | 0.6% | - |
| XYZ | 19.9 | 27.33 | 8.1 | - |
| YUV | 132.48 | 85.4 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 57 | 0.23 | 0 | 0.63 | 0.40 | 81.65 | 0.46 | 0.41 |
| Hex | 77 | 9A | 39 | 17 | 0 | 3F | 28 | 52 | 2E | 29 |
| Octal | 167 | 232 | 71 | 27 | 0 | 77 | 50 | 122 | 56 | 51 |
| Binary | 1110111 | 10011010 | 111001 | 10111 | 0 | 111111 | 101000 | 1010010 | 101110 | 101001 |
Color Harmonies of #779A39
Complementary color
Monochromatic Colors of #779A39
Black with #779A39
Text Example
Text Example
White with #779A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779A39; }
p { color: rgb(119,154,57); }
H1.HeaderClassName
{
color: #779A39;
}
.AnyTagClassName
{
color: #779A39;
}
</style>
background-color css
<style>
a { background-color: #779A39; }
a { background-color: rgb(119,154,57); }
div.DivClassName
{
background-color: #779A39;
}
.BgClassName
{
background-color: #779A39;
}
</style>
border-color css
<style>
span { border-color: #779A39; }
span { border-color: rgb(119,154,57); }
td.TdClassName
{
border-color: #779A39;
}
.TagClassName
{
border-color: #779A39;
}
</style>