Shades of Sushi #77A02D
Tints of Sushi #77A02D
RGB
CMYK
RGB Variations
Color information
#77A02D (or 0x77A02D) is known color: Sushi. HEX triplet: 77, A0 and 2D. RGB value is (119,160,45). Sum of RGB (Red+Green+Blue) = 119+160+45=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #77A02D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77A02D is #885FD2. Grayscale: #878787. Windows color (decimal): -8937427 or 2990199. OLE color: 2990199.
HSL color Cylindrical-coordinate representation of color #77A02D: hue angle of 81.39º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #77A02D is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 160 | 45 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.37 |
| HSL | 81.39º | 0.56% | 0.4% | - |
| HSV(B) | 81.39º | 0.72% | 0.63% | - |
| XYZ | 20.65 | 29.25 | 7.04 | - |
| YUV | 134.63 | 77.42 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 160 | 45 | 0.26 | 0 | 0.72 | 0.37 | 81.39 | 0.56 | 0.4 |
| Hex | 77 | A0 | 2D | 1A | 0 | 48 | 25 | 51 | 38 | 28 |
| Octal | 167 | 240 | 55 | 32 | 0 | 110 | 45 | 121 | 70 | 50 |
| Binary | 1110111 | 10100000 | 101101 | 11010 | 0 | 1001000 | 100101 | 1010001 | 111000 | 101000 |
Color Harmonies of #77A02D
Complementary color
Monochromatic Colors of #77A02D
Black with #77A02D
Text Example
Text Example
White with #77A02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A02D; }
p { color: rgb(119,160,45); }
H1.HeaderClassName
{
color: #77A02D;
}
.AnyTagClassName
{
color: #77A02D;
}
</style>
background-color css
<style>
a { background-color: #77A02D; }
a { background-color: rgb(119,160,45); }
div.DivClassName
{
background-color: #77A02D;
}
.BgClassName
{
background-color: #77A02D;
}
</style>
border-color css
<style>
span { border-color: #77A02D; }
span { border-color: rgb(119,160,45); }
td.TdClassName
{
border-color: #77A02D;
}
.TagClassName
{
border-color: #77A02D;
}
</style>