Shades of Sushi #779E2D
Tints of Sushi #779E2D
RGB
CMYK
RGB Variations
Color information
#779E2D (or 0x779E2D) is known color: Sushi. HEX triplet: 77, 9E and 2D. RGB value is (119,158,45). Sum of RGB (Red+Green+Blue) = 119+158+45=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #779E2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779E2D is #8861D2. Grayscale: #858585. Windows color (decimal): -8937939 or 2989687. OLE color: 2989687.
HSL color Cylindrical-coordinate representation of color #779E2D: hue angle of 80.71º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #779E2D is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 158 | 45 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.38 |
| HSL | 80.71º | 0.56% | 0.4% | - |
| HSV(B) | 80.71º | 0.72% | 0.62% | - |
| XYZ | 20.31 | 28.57 | 6.93 | - |
| YUV | 133.46 | 78.08 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 45 | 0.25 | 0 | 0.72 | 0.38 | 80.71 | 0.56 | 0.4 |
| Hex | 77 | 9E | 2D | 19 | 0 | 48 | 26 | 51 | 38 | 28 |
| Octal | 167 | 236 | 55 | 31 | 0 | 110 | 46 | 121 | 70 | 50 |
| Binary | 1110111 | 10011110 | 101101 | 11001 | 0 | 1001000 | 100110 | 1010001 | 111000 | 101000 |
Color Harmonies of #779E2D
Complementary color
Monochromatic Colors of #779E2D
Black with #779E2D
Text Example
Text Example
White with #779E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779E2D; }
p { color: rgb(119,158,45); }
H1.HeaderClassName
{
color: #779E2D;
}
.AnyTagClassName
{
color: #779E2D;
}
</style>
background-color css
<style>
a { background-color: #779E2D; }
a { background-color: rgb(119,158,45); }
div.DivClassName
{
background-color: #779E2D;
}
.BgClassName
{
background-color: #779E2D;
}
</style>
border-color css
<style>
span { border-color: #779E2D; }
span { border-color: rgb(119,158,45); }
td.TdClassName
{
border-color: #779E2D;
}
.TagClassName
{
border-color: #779E2D;
}
</style>