Shades of Sushi #78A044
Tints of Sushi #78A044
RGB
CMYK
RGB Variations
Color information
#78A044 (or 0x78A044) is known color: Sushi. HEX triplet: 78, A0 and 44. RGB value is (120,160,68). Sum of RGB (Red+Green+Blue) = 120+160+68=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 160 - color contains mainly: green. Hex color #78A044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A044 is #875FBB. Grayscale: #898989. Windows color (decimal): -8871868 or 4497528. OLE color: 4497528.
HSL color Cylindrical-coordinate representation of color #78A044: hue angle of 86.09º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78A044 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 160 | 68 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.37 |
| HSL | 86.09º | 0.4% | 0.45% | - |
| HSV(B) | 86.09º | 0.58% | 0.63% | - |
| XYZ | 21.36 | 29.55 | 10.05 | - |
| YUV | 137.55 | 88.75 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 160 | 68 | 0.25 | 0 | 0.57 | 0.37 | 86.09 | 0.4 | 0.45 |
| Hex | 78 | A0 | 44 | 19 | 0 | 39 | 25 | 56 | 28 | 2D |
| Octal | 170 | 240 | 104 | 31 | 0 | 71 | 45 | 126 | 50 | 55 |
| Binary | 1111000 | 10100000 | 1000100 | 11001 | 0 | 111001 | 100101 | 1010110 | 101000 | 101101 |
Color Harmonies of #78A044
Complementary color
Monochromatic Colors of #78A044
Black with #78A044
Text Example
Text Example
White with #78A044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A044; }
p { color: rgb(120,160,68); }
H1.HeaderClassName
{
color: #78A044;
}
.AnyTagClassName
{
color: #78A044;
}
</style>
background-color css
<style>
a { background-color: #78A044; }
a { background-color: rgb(120,160,68); }
div.DivClassName
{
background-color: #78A044;
}
.BgClassName
{
background-color: #78A044;
}
</style>
border-color css
<style>
span { border-color: #78A044; }
span { border-color: rgb(120,160,68); }
td.TdClassName
{
border-color: #78A044;
}
.TagClassName
{
border-color: #78A044;
}
</style>