Shades of Sushi #779633
Tints of Sushi #779633
RGB
CMYK
RGB Variations
Color information
#779633 (or 0x779633) is known color: Sushi. HEX triplet: 77, 96 and 33. RGB value is (119,150,51). Sum of RGB (Red+Green+Blue) = 119+150+51=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #779633 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779633 is #8869CC. Grayscale: #818181. Windows color (decimal): -8939981 or 3380855. OLE color: 3380855.
HSL color Cylindrical-coordinate representation of color #779633: hue angle of 78.79º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #779633 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 150 | 51 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.41 |
| HSL | 78.79º | 0.49% | 0.39% | - |
| HSV(B) | 78.79º | 0.66% | 0.59% | - |
| XYZ | 19.11 | 25.97 | 7.14 | - |
| YUV | 129.45 | 83.73 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 51 | 0.21 | 0 | 0.66 | 0.41 | 78.79 | 0.49 | 0.39 |
| Hex | 77 | 96 | 33 | 15 | 0 | 42 | 29 | 4F | 31 | 27 |
| Octal | 167 | 226 | 63 | 25 | 0 | 102 | 51 | 117 | 61 | 47 |
| Binary | 1110111 | 10010110 | 110011 | 10101 | 0 | 1000010 | 101001 | 1001111 | 110001 | 100111 |
Color Harmonies of #779633
Complementary color
Monochromatic Colors of #779633
Black with #779633
Text Example
Text Example
White with #779633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779633; }
p { color: rgb(119,150,51); }
H1.HeaderClassName
{
color: #779633;
}
.AnyTagClassName
{
color: #779633;
}
</style>
background-color css
<style>
a { background-color: #779633; }
a { background-color: rgb(119,150,51); }
div.DivClassName
{
background-color: #779633;
}
.BgClassName
{
background-color: #779633;
}
</style>
border-color css
<style>
span { border-color: #779633; }
span { border-color: rgb(119,150,51); }
td.TdClassName
{
border-color: #779633;
}
.TagClassName
{
border-color: #779633;
}
</style>