Shades of Sushi #779B1F
Tints of Sushi #779B1F
RGB
CMYK
RGB Variations
Color information
#779B1F (or 0x779B1F) is known color: Sushi. HEX triplet: 77, 9B and 1F. RGB value is (119,155,31). Sum of RGB (Red+Green+Blue) = 119+155+31=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #779B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779B1F is #8864E0. Grayscale: #828282. Windows color (decimal): -8938721 or 2071415. OLE color: 2071415.
HSL color Cylindrical-coordinate representation of color #779B1F: hue angle of 77.42º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #779B1F is Cyan = 0.23, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 31 | - |
| CMYK | 0.23 | 0 | 0.8 | 0.39 |
| HSL | 77.42º | 0.67% | 0.36% | - |
| HSV(B) | 77.42º | 0.8% | 0.61% | - |
| XYZ | 19.58 | 27.46 | 5.57 | - |
| YUV | 130.1 | 72.07 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 31 | 0.23 | 0 | 0.8 | 0.39 | 77.42 | 0.67 | 0.36 |
| Hex | 77 | 9B | 1F | 17 | 0 | 50 | 27 | 4D | 43 | 24 |
| Octal | 167 | 233 | 37 | 27 | 0 | 120 | 47 | 115 | 103 | 44 |
| Binary | 1110111 | 10011011 | 11111 | 10111 | 0 | 1010000 | 100111 | 1001101 | 1000011 | 100100 |
Color Harmonies of #779B1F
Complementary color
Monochromatic Colors of #779B1F
Black with #779B1F
Text Example
Text Example
White with #779B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B1F; }
p { color: rgb(119,155,31); }
H1.HeaderClassName
{
color: #779B1F;
}
.AnyTagClassName
{
color: #779B1F;
}
</style>
background-color css
<style>
a { background-color: #779B1F; }
a { background-color: rgb(119,155,31); }
div.DivClassName
{
background-color: #779B1F;
}
.BgClassName
{
background-color: #779B1F;
}
</style>
border-color css
<style>
span { border-color: #779B1F; }
span { border-color: rgb(119,155,31); }
td.TdClassName
{
border-color: #779B1F;
}
.TagClassName
{
border-color: #779B1F;
}
</style>