Shades of Sushi #78A026
Tints of Sushi #78A026
RGB
CMYK
RGB Variations
Color information
#78A026 (or 0x78A026) is known color: Sushi. HEX triplet: 78, A0 and 26. RGB value is (120,160,38). Sum of RGB (Red+Green+Blue) = 120+160+38=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #78A026 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A026 is #875FD9. Grayscale: #868686. Windows color (decimal): -8871898 or 2531448. OLE color: 2531448.
HSL color Cylindrical-coordinate representation of color #78A026: hue angle of 79.67º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78A026 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 160 | 38 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.37 |
| HSL | 79.67º | 0.62% | 0.39% | - |
| HSV(B) | 79.67º | 0.76% | 0.63% | - |
| XYZ | 20.67 | 29.27 | 6.4 | - |
| YUV | 134.13 | 73.75 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 160 | 38 | 0.25 | 0 | 0.76 | 0.37 | 79.67 | 0.62 | 0.39 |
| Hex | 78 | A0 | 26 | 19 | 0 | 4C | 25 | 50 | 3E | 27 |
| Octal | 170 | 240 | 46 | 31 | 0 | 114 | 45 | 120 | 76 | 47 |
| Binary | 1111000 | 10100000 | 100110 | 11001 | 0 | 1001100 | 100101 | 1010000 | 111110 | 100111 |
Color Harmonies of #78A026
Complementary color
Monochromatic Colors of #78A026
Black with #78A026
Text Example
Text Example
White with #78A026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A026; }
p { color: rgb(120,160,38); }
H1.HeaderClassName
{
color: #78A026;
}
.AnyTagClassName
{
color: #78A026;
}
</style>
background-color css
<style>
a { background-color: #78A026; }
a { background-color: rgb(120,160,38); }
div.DivClassName
{
background-color: #78A026;
}
.BgClassName
{
background-color: #78A026;
}
</style>
border-color css
<style>
span { border-color: #78A026; }
span { border-color: rgb(120,160,38); }
td.TdClassName
{
border-color: #78A026;
}
.TagClassName
{
border-color: #78A026;
}
</style>