Shades of Sushi #779E23
Tints of Sushi #779E23
RGB
CMYK
RGB Variations
Color information
#779E23 (or 0x779E23) is known color: Sushi. HEX triplet: 77, 9E and 23. RGB value is (119,158,35). Sum of RGB (Red+Green+Blue) = 119+158+35=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 158 (62.11% from 255 or 50.64% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 158 - color contains mainly: green. Hex color #779E23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779E23 is #8861DC. Grayscale: #848484. Windows color (decimal): -8937949 or 2334327. OLE color: 2334327.
HSL color Cylindrical-coordinate representation of color #779E23: hue angle of 79.02º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #779E23 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 158 | 35 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.38 |
| HSL | 79.02º | 0.64% | 0.38% | - |
| HSV(B) | 79.02º | 0.78% | 0.62% | - |
| XYZ | 20.14 | 28.5 | 6.03 | - |
| YUV | 132.32 | 73.08 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 35 | 0.25 | 0 | 0.78 | 0.38 | 79.02 | 0.64 | 0.38 |
| Hex | 77 | 9E | 23 | 19 | 0 | 4E | 26 | 4F | 40 | 26 |
| Octal | 167 | 236 | 43 | 31 | 0 | 116 | 46 | 117 | 100 | 46 |
| Binary | 1110111 | 10011110 | 100011 | 11001 | 0 | 1001110 | 100110 | 1001111 | 1000000 | 100110 |
Color Harmonies of #779E23
Complementary color
Monochromatic Colors of #779E23
Black with #779E23
Text Example
Text Example
White with #779E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779E23; }
p { color: rgb(119,158,35); }
H1.HeaderClassName
{
color: #779E23;
}
.AnyTagClassName
{
color: #779E23;
}
</style>
background-color css
<style>
a { background-color: #779E23; }
a { background-color: rgb(119,158,35); }
div.DivClassName
{
background-color: #779E23;
}
.BgClassName
{
background-color: #779E23;
}
</style>
border-color css
<style>
span { border-color: #779E23; }
span { border-color: rgb(119,158,35); }
td.TdClassName
{
border-color: #779E23;
}
.TagClassName
{
border-color: #779E23;
}
</style>