Shades of Sushi #779F31
Tints of Sushi #779F31
RGB
CMYK
RGB Variations
Color information
#779F31 (or 0x779F31) is known color: Sushi. HEX triplet: 77, 9F and 31. RGB value is (119,159,49). Sum of RGB (Red+Green+Blue) = 119+159+49=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 159 - color contains mainly: green. Hex color #779F31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779F31 is #8860CE. Grayscale: #868686. Windows color (decimal): -8937679 or 3252087. OLE color: 3252087.
HSL color Cylindrical-coordinate representation of color #779F31: hue angle of 81.82º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #779F31 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 159 | 49 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.38 |
| HSL | 81.82º | 0.53% | 0.41% | - |
| HSV(B) | 81.82º | 0.69% | 0.62% | - |
| XYZ | 20.56 | 28.94 | 7.41 | - |
| YUV | 134.5 | 79.75 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 49 | 0.25 | 0 | 0.69 | 0.38 | 81.82 | 0.53 | 0.41 |
| Hex | 77 | 9F | 31 | 19 | 0 | 45 | 26 | 52 | 35 | 29 |
| Octal | 167 | 237 | 61 | 31 | 0 | 105 | 46 | 122 | 65 | 51 |
| Binary | 1110111 | 10011111 | 110001 | 11001 | 0 | 1000101 | 100110 | 1010010 | 110101 | 101001 |
Color Harmonies of #779F31
Complementary color
Monochromatic Colors of #779F31
Black with #779F31
Text Example
Text Example
White with #779F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779F31; }
p { color: rgb(119,159,49); }
H1.HeaderClassName
{
color: #779F31;
}
.AnyTagClassName
{
color: #779F31;
}
</style>
background-color css
<style>
a { background-color: #779F31; }
a { background-color: rgb(119,159,49); }
div.DivClassName
{
background-color: #779F31;
}
.BgClassName
{
background-color: #779F31;
}
</style>
border-color css
<style>
span { border-color: #779F31; }
span { border-color: rgb(119,159,49); }
td.TdClassName
{
border-color: #779F31;
}
.TagClassName
{
border-color: #779F31;
}
</style>