Shades of Sushi #779B3B
Tints of Sushi #779B3B
RGB
CMYK
RGB Variations
Color information
#779B3B (or 0x779B3B) is known color: Sushi. HEX triplet: 77, 9B and 3B. RGB value is (119,155,59). Sum of RGB (Red+Green+Blue) = 119+155+59=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #779B3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779B3B is #8864C4. Grayscale: #858585. Windows color (decimal): -8938693 or 3906423. OLE color: 3906423.
HSL color Cylindrical-coordinate representation of color #779B3B: hue angle of 82.5º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #779B3B is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 59 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.39 |
| HSL | 82.5º | 0.45% | 0.42% | - |
| HSV(B) | 82.5º | 0.62% | 0.61% | - |
| XYZ | 20.12 | 27.68 | 8.42 | - |
| YUV | 133.29 | 86.07 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 59 | 0.23 | 0 | 0.62 | 0.39 | 82.5 | 0.45 | 0.42 |
| Hex | 77 | 9B | 3B | 17 | 0 | 3E | 27 | 52 | 2D | 2A |
| Octal | 167 | 233 | 73 | 27 | 0 | 76 | 47 | 122 | 55 | 52 |
| Binary | 1110111 | 10011011 | 111011 | 10111 | 0 | 111110 | 100111 | 1010010 | 101101 | 101010 |
Color Harmonies of #779B3B
Complementary color
Monochromatic Colors of #779B3B
Black with #779B3B
Text Example
Text Example
White with #779B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B3B; }
p { color: rgb(119,155,59); }
H1.HeaderClassName
{
color: #779B3B;
}
.AnyTagClassName
{
color: #779B3B;
}
</style>
background-color css
<style>
a { background-color: #779B3B; }
a { background-color: rgb(119,155,59); }
div.DivClassName
{
background-color: #779B3B;
}
.BgClassName
{
background-color: #779B3B;
}
</style>
border-color css
<style>
span { border-color: #779B3B; }
span { border-color: rgb(119,155,59); }
td.TdClassName
{
border-color: #779B3B;
}
.TagClassName
{
border-color: #779B3B;
}
</style>