Shades of Sushi #779B22
Tints of Sushi #779B22
RGB
CMYK
RGB Variations
Color information
#779B22 (or 0x779B22) is known color: Sushi. HEX triplet: 77, 9B and 22. RGB value is (119,155,34). Sum of RGB (Red+Green+Blue) = 119+155+34=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #779B22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779B22 is #8864DD. Grayscale: #828282. Windows color (decimal): -8938718 or 2268023. OLE color: 2268023.
HSL color Cylindrical-coordinate representation of color #779B22: hue angle of 77.85º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #779B22 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 34 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.39 |
| HSL | 77.85º | 0.64% | 0.37% | - |
| HSV(B) | 77.85º | 0.78% | 0.61% | - |
| XYZ | 19.62 | 27.48 | 5.78 | - |
| YUV | 130.44 | 73.57 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 34 | 0.23 | 0 | 0.78 | 0.39 | 77.85 | 0.64 | 0.37 |
| Hex | 77 | 9B | 22 | 17 | 0 | 4E | 27 | 4E | 40 | 25 |
| Octal | 167 | 233 | 42 | 27 | 0 | 116 | 47 | 116 | 100 | 45 |
| Binary | 1110111 | 10011011 | 100010 | 10111 | 0 | 1001110 | 100111 | 1001110 | 1000000 | 100101 |
Color Harmonies of #779B22
Complementary color
Monochromatic Colors of #779B22
Black with #779B22
Text Example
Text Example
White with #779B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B22; }
p { color: rgb(119,155,34); }
H1.HeaderClassName
{
color: #779B22;
}
.AnyTagClassName
{
color: #779B22;
}
</style>
background-color css
<style>
a { background-color: #779B22; }
a { background-color: rgb(119,155,34); }
div.DivClassName
{
background-color: #779B22;
}
.BgClassName
{
background-color: #779B22;
}
</style>
border-color css
<style>
span { border-color: #779B22; }
span { border-color: rgb(119,155,34); }
td.TdClassName
{
border-color: #779B22;
}
.TagClassName
{
border-color: #779B22;
}
</style>