Shades of Sushi #78A637
Tints of Sushi #78A637
RGB
CMYK
RGB Variations
Color information
#78A637 (or 0x78A637) is known color: Sushi. HEX triplet: 78, A6 and 37. RGB value is (120,166,55). Sum of RGB (Red+Green+Blue) = 120+166+55=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 166 - color contains mainly: green. Hex color #78A637 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A637 is #8759C8. Grayscale: #8B8B8B. Windows color (decimal): -8870345 or 3647096. OLE color: 3647096.
HSL color Cylindrical-coordinate representation of color #78A637: hue angle of 84.86º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78A637 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 166 | 55 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.35 |
| HSL | 84.86º | 0.5% | 0.43% | - |
| HSV(B) | 84.86º | 0.67% | 0.65% | - |
| XYZ | 22.07 | 31.54 | 8.54 | - |
| YUV | 139.59 | 80.26 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 55 | 0.28 | 0 | 0.67 | 0.35 | 84.86 | 0.5 | 0.43 |
| Hex | 78 | A6 | 37 | 1C | 0 | 43 | 23 | 55 | 32 | 2B |
| Octal | 170 | 246 | 67 | 34 | 0 | 103 | 43 | 125 | 62 | 53 |
| Binary | 1111000 | 10100110 | 110111 | 11100 | 0 | 1000011 | 100011 | 1010101 | 110010 | 101011 |
Color Harmonies of #78A637
Complementary color
Monochromatic Colors of #78A637
Black with #78A637
Text Example
Text Example
White with #78A637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A637; }
p { color: rgb(120,166,55); }
H1.HeaderClassName
{
color: #78A637;
}
.AnyTagClassName
{
color: #78A637;
}
</style>
background-color css
<style>
a { background-color: #78A637; }
a { background-color: rgb(120,166,55); }
div.DivClassName
{
background-color: #78A637;
}
.BgClassName
{
background-color: #78A637;
}
</style>
border-color css
<style>
span { border-color: #78A637; }
span { border-color: rgb(120,166,55); }
td.TdClassName
{
border-color: #78A637;
}
.TagClassName
{
border-color: #78A637;
}
</style>