Shades of Sushi #779D23
Tints of Sushi #779D23
RGB
CMYK
RGB Variations
Color information
#779D23 (or 0x779D23) is known color: Sushi. HEX triplet: 77, 9D and 23. RGB value is (119,157,35). Sum of RGB (Red+Green+Blue) = 119+157+35=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 157 (61.72% from 255 or 50.48% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 157 - color contains mainly: green. Hex color #779D23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779D23 is #8862DC. Grayscale: #848484. Windows color (decimal): -8938205 or 2334071. OLE color: 2334071.
HSL color Cylindrical-coordinate representation of color #779D23: hue angle of 78.69º 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 #779D23 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 35 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.38 |
| HSL | 78.69º | 0.64% | 0.38% | - |
| HSV(B) | 78.69º | 0.78% | 0.62% | - |
| XYZ | 19.97 | 28.16 | 5.97 | - |
| YUV | 131.73 | 73.41 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 35 | 0.24 | 0 | 0.78 | 0.38 | 78.69 | 0.64 | 0.38 |
| Hex | 77 | 9D | 23 | 18 | 0 | 4E | 26 | 4F | 40 | 26 |
| Octal | 167 | 235 | 43 | 30 | 0 | 116 | 46 | 117 | 100 | 46 |
| Binary | 1110111 | 10011101 | 100011 | 11000 | 0 | 1001110 | 100110 | 1001111 | 1000000 | 100110 |
Color Harmonies of #779D23
Complementary color
Monochromatic Colors of #779D23
Black with #779D23
Text Example
Text Example
White with #779D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D23; }
p { color: rgb(119,157,35); }
H1.HeaderClassName
{
color: #779D23;
}
.AnyTagClassName
{
color: #779D23;
}
</style>
background-color css
<style>
a { background-color: #779D23; }
a { background-color: rgb(119,157,35); }
div.DivClassName
{
background-color: #779D23;
}
.BgClassName
{
background-color: #779D23;
}
</style>
border-color css
<style>
span { border-color: #779D23; }
span { border-color: rgb(119,157,35); }
td.TdClassName
{
border-color: #779D23;
}
.TagClassName
{
border-color: #779D23;
}
</style>