Shades of Sushi #779C3D
Tints of Sushi #779C3D
RGB
CMYK
RGB Variations
Color information
#779C3D (or 0x779C3D) is known color: Sushi. HEX triplet: 77, 9C and 3D. RGB value is (119,156,61). Sum of RGB (Red+Green+Blue) = 119+156+61=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #779C3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779C3D is #8863C2. Grayscale: #868686. Windows color (decimal): -8938435 or 4037751. OLE color: 4037751.
HSL color Cylindrical-coordinate representation of color #779C3D: hue angle of 83.37º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #779C3D is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 156 | 61 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.39 |
| HSL | 83.37º | 0.44% | 0.43% | - |
| HSV(B) | 83.37º | 0.61% | 0.61% | - |
| XYZ | 20.34 | 28.04 | 8.75 | - |
| YUV | 134.11 | 86.74 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 61 | 0.24 | 0 | 0.61 | 0.39 | 83.37 | 0.44 | 0.43 |
| Hex | 77 | 9C | 3D | 18 | 0 | 3D | 27 | 53 | 2C | 2B |
| Octal | 167 | 234 | 75 | 30 | 0 | 75 | 47 | 123 | 54 | 53 |
| Binary | 1110111 | 10011100 | 111101 | 11000 | 0 | 111101 | 100111 | 1010011 | 101100 | 101011 |
Color Harmonies of #779C3D
Complementary color
Monochromatic Colors of #779C3D
Black with #779C3D
Text Example
Text Example
White with #779C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779C3D; }
p { color: rgb(119,156,61); }
H1.HeaderClassName
{
color: #779C3D;
}
.AnyTagClassName
{
color: #779C3D;
}
</style>
background-color css
<style>
a { background-color: #779C3D; }
a { background-color: rgb(119,156,61); }
div.DivClassName
{
background-color: #779C3D;
}
.BgClassName
{
background-color: #779C3D;
}
</style>
border-color css
<style>
span { border-color: #779C3D; }
span { border-color: rgb(119,156,61); }
td.TdClassName
{
border-color: #779C3D;
}
.TagClassName
{
border-color: #779C3D;
}
</style>