Shades of Sushi #78A03A
Tints of Sushi #78A03A
RGB
CMYK
RGB Variations
Color information
#78A03A (or 0x78A03A) is known color: Sushi. HEX triplet: 78, A0 and 3A. RGB value is (120,160,58). Sum of RGB (Red+Green+Blue) = 120+160+58=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #78A03A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A03A is #875FC5. Grayscale: #888888. Windows color (decimal): -8871878 or 3842168. OLE color: 3842168.
HSL color Cylindrical-coordinate representation of color #78A03A: hue angle of 83.53º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78A03A is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 160 | 58 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.37 |
| HSL | 83.53º | 0.47% | 0.43% | - |
| HSV(B) | 83.53º | 0.64% | 0.63% | - |
| XYZ | 21.08 | 29.44 | 8.57 | - |
| YUV | 136.41 | 83.75 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 160 | 58 | 0.25 | 0 | 0.64 | 0.37 | 83.53 | 0.47 | 0.43 |
| Hex | 78 | A0 | 3A | 19 | 0 | 40 | 25 | 54 | 2F | 2B |
| Octal | 170 | 240 | 72 | 31 | 0 | 100 | 45 | 124 | 57 | 53 |
| Binary | 1111000 | 10100000 | 111010 | 11001 | 0 | 1000000 | 100101 | 1010100 | 101111 | 101011 |
Color Harmonies of #78A03A
Complementary color
Monochromatic Colors of #78A03A
Black with #78A03A
Text Example
Text Example
White with #78A03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A03A; }
p { color: rgb(120,160,58); }
H1.HeaderClassName
{
color: #78A03A;
}
.AnyTagClassName
{
color: #78A03A;
}
</style>
background-color css
<style>
a { background-color: #78A03A; }
a { background-color: rgb(120,160,58); }
div.DivClassName
{
background-color: #78A03A;
}
.BgClassName
{
background-color: #78A03A;
}
</style>
border-color css
<style>
span { border-color: #78A03A; }
span { border-color: rgb(120,160,58); }
td.TdClassName
{
border-color: #78A03A;
}
.TagClassName
{
border-color: #78A03A;
}
</style>