Shades of Sushi #779E32
Tints of Sushi #779E32
RGB
CMYK
RGB Variations
Color information
#779E32 (or 0x779E32) is known color: Sushi. HEX triplet: 77, 9E and 32. RGB value is (119,158,50). Sum of RGB (Red+Green+Blue) = 119+158+50=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 158 - color contains mainly: green. Hex color #779E32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779E32 is #8861CD. Grayscale: #868686. Windows color (decimal): -8937934 or 3317367. OLE color: 3317367.
HSL color Cylindrical-coordinate representation of color #779E32: hue angle of 81.67º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #779E32 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 158 | 50 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.38 |
| HSL | 81.67º | 0.52% | 0.41% | - |
| HSV(B) | 81.67º | 0.68% | 0.62% | - |
| XYZ | 20.41 | 28.61 | 7.46 | - |
| YUV | 134.03 | 80.58 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 50 | 0.25 | 0 | 0.68 | 0.38 | 81.67 | 0.52 | 0.41 |
| Hex | 77 | 9E | 32 | 19 | 0 | 44 | 26 | 52 | 34 | 29 |
| Octal | 167 | 236 | 62 | 31 | 0 | 104 | 46 | 122 | 64 | 51 |
| Binary | 1110111 | 10011110 | 110010 | 11001 | 0 | 1000100 | 100110 | 1010010 | 110100 | 101001 |
Color Harmonies of #779E32
Complementary color
Monochromatic Colors of #779E32
Black with #779E32
Text Example
Text Example
White with #779E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779E32; }
p { color: rgb(119,158,50); }
H1.HeaderClassName
{
color: #779E32;
}
.AnyTagClassName
{
color: #779E32;
}
</style>
background-color css
<style>
a { background-color: #779E32; }
a { background-color: rgb(119,158,50); }
div.DivClassName
{
background-color: #779E32;
}
.BgClassName
{
background-color: #779E32;
}
</style>
border-color css
<style>
span { border-color: #779E32; }
span { border-color: rgb(119,158,50); }
td.TdClassName
{
border-color: #779E32;
}
.TagClassName
{
border-color: #779E32;
}
</style>