Shades of Sushi #78A337
Tints of Sushi #78A337
RGB
CMYK
RGB Variations
Color information
#78A337 (or 0x78A337) is known color: Sushi. HEX triplet: 78, A3 and 37. RGB value is (120,163,55). Sum of RGB (Red+Green+Blue) = 120+163+55=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #78A337 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A337 is #875CC8. Grayscale: #8A8A8A. Windows color (decimal): -8871113 or 3646328. OLE color: 3646328.
HSL color Cylindrical-coordinate representation of color #78A337: hue angle of 83.89º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78A337 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 163 | 55 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.36 |
| HSL | 83.89º | 0.5% | 0.43% | - |
| HSV(B) | 83.89º | 0.66% | 0.64% | - |
| XYZ | 21.53 | 30.46 | 8.36 | - |
| YUV | 137.83 | 81.25 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 163 | 55 | 0.26 | 0 | 0.66 | 0.36 | 83.89 | 0.5 | 0.43 |
| Hex | 78 | A3 | 37 | 1A | 0 | 42 | 24 | 54 | 32 | 2B |
| Octal | 170 | 243 | 67 | 32 | 0 | 102 | 44 | 124 | 62 | 53 |
| Binary | 1111000 | 10100011 | 110111 | 11010 | 0 | 1000010 | 100100 | 1010100 | 110010 | 101011 |
Color Harmonies of #78A337
Complementary color
Monochromatic Colors of #78A337
Black with #78A337
Text Example
Text Example
White with #78A337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A337; }
p { color: rgb(120,163,55); }
H1.HeaderClassName
{
color: #78A337;
}
.AnyTagClassName
{
color: #78A337;
}
</style>
background-color css
<style>
a { background-color: #78A337; }
a { background-color: rgb(120,163,55); }
div.DivClassName
{
background-color: #78A337;
}
.BgClassName
{
background-color: #78A337;
}
</style>
border-color css
<style>
span { border-color: #78A337; }
span { border-color: rgb(120,163,55); }
td.TdClassName
{
border-color: #78A337;
}
.TagClassName
{
border-color: #78A337;
}
</style>