Shades of Sushi #779D33
Tints of Sushi #779D33
RGB
CMYK
RGB Variations
Color information
#779D33 (or 0x779D33) is known color: Sushi. HEX triplet: 77, 9D and 33. RGB value is (119,157,51). Sum of RGB (Red+Green+Blue) = 119+157+51=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #779D33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779D33 is #8862CC. Grayscale: #858585. Windows color (decimal): -8938189 or 3382647. OLE color: 3382647.
HSL color Cylindrical-coordinate representation of color #779D33: hue angle of 81.51º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #779D33 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 119 | 157 | 51 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.38 |
| HSL | 81.51º | 0.51% | 0.41% | - |
| HSV(B) | 81.51º | 0.68% | 0.62% | - |
| XYZ | 20.26 | 28.27 | 7.52 | - |
| YUV | 133.55 | 81.41 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 51 | 0.24 | 0 | 0.68 | 0.38 | 81.51 | 0.51 | 0.41 |
| Hex | 77 | 9D | 33 | 18 | 0 | 44 | 26 | 52 | 33 | 29 |
| Octal | 167 | 235 | 63 | 30 | 0 | 104 | 46 | 122 | 63 | 51 |
| Binary | 1110111 | 10011101 | 110011 | 11000 | 0 | 1000100 | 100110 | 1010010 | 110011 | 101001 |
Color Harmonies of #779D33
Complementary color
Monochromatic Colors of #779D33
Black with #779D33
Text Example
Text Example
White with #779D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779D33; }
p { color: rgb(119,157,51); }
H1.HeaderClassName
{
color: #779D33;
}
.AnyTagClassName
{
color: #779D33;
}
</style>
background-color css
<style>
a { background-color: #779D33; }
a { background-color: rgb(119,157,51); }
div.DivClassName
{
background-color: #779D33;
}
.BgClassName
{
background-color: #779D33;
}
</style>
border-color css
<style>
span { border-color: #779D33; }
span { border-color: rgb(119,157,51); }
td.TdClassName
{
border-color: #779D33;
}
.TagClassName
{
border-color: #779D33;
}
</style>