Shades of Sushi #779F30
Tints of Sushi #779F30
RGB
CMYK
RGB Variations
Color information
#779F30 (or 0x779F30) is known color: Sushi. HEX triplet: 77, 9F and 30. RGB value is (119,159,48). Sum of RGB (Red+Green+Blue) = 119+159+48=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 159 - color contains mainly: green. Hex color #779F30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779F30 is #8860CF. Grayscale: #868686. Windows color (decimal): -8937680 or 3186551. OLE color: 3186551.
HSL color Cylindrical-coordinate representation of color #779F30: hue angle of 81.62º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #779F30 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 159 | 48 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.38 |
| HSL | 81.62º | 0.54% | 0.41% | - |
| HSV(B) | 81.62º | 0.7% | 0.62% | - |
| XYZ | 20.54 | 28.93 | 7.3 | - |
| YUV | 134.39 | 79.25 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 48 | 0.25 | 0 | 0.70 | 0.38 | 81.62 | 0.54 | 0.41 |
| Hex | 77 | 9F | 30 | 19 | 0 | 46 | 26 | 52 | 36 | 29 |
| Octal | 167 | 237 | 60 | 31 | 0 | 106 | 46 | 122 | 66 | 51 |
| Binary | 1110111 | 10011111 | 110000 | 11001 | 0 | 1000110 | 100110 | 1010010 | 110110 | 101001 |
Color Harmonies of #779F30
Complementary color
Monochromatic Colors of #779F30
Black with #779F30
Text Example
Text Example
White with #779F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779F30; }
p { color: rgb(119,159,48); }
H1.HeaderClassName
{
color: #779F30;
}
.AnyTagClassName
{
color: #779F30;
}
</style>
background-color css
<style>
a { background-color: #779F30; }
a { background-color: rgb(119,159,48); }
div.DivClassName
{
background-color: #779F30;
}
.BgClassName
{
background-color: #779F30;
}
</style>
border-color css
<style>
span { border-color: #779F30; }
span { border-color: rgb(119,159,48); }
td.TdClassName
{
border-color: #779F30;
}
.TagClassName
{
border-color: #779F30;
}
</style>