Shades of Sushi #78A632
Tints of Sushi #78A632
RGB
CMYK
RGB Variations
Color information
#78A632 (or 0x78A632) is known color: Sushi. HEX triplet: 78, A6 and 32. RGB value is (120,166,50). Sum of RGB (Red+Green+Blue) = 120+166+50=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #78A632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A632 is #8759CD. Grayscale: #8B8B8B. Windows color (decimal): -8870350 or 3319416. OLE color: 3319416.
HSL color Cylindrical-coordinate representation of color #78A632: hue angle of 83.79º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78A632 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 166 | 50 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.35 |
| HSL | 83.79º | 0.54% | 0.42% | - |
| HSV(B) | 83.79º | 0.7% | 0.65% | - |
| XYZ | 21.96 | 31.5 | 7.94 | - |
| YUV | 139.02 | 77.76 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 50 | 0.28 | 0 | 0.70 | 0.35 | 83.79 | 0.54 | 0.42 |
| Hex | 78 | A6 | 32 | 1C | 0 | 46 | 23 | 54 | 36 | 2A |
| Octal | 170 | 246 | 62 | 34 | 0 | 106 | 43 | 124 | 66 | 52 |
| Binary | 1111000 | 10100110 | 110010 | 11100 | 0 | 1000110 | 100011 | 1010100 | 110110 | 101010 |
Color Harmonies of #78A632
Complementary color
Monochromatic Colors of #78A632
Black with #78A632
Text Example
Text Example
White with #78A632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A632; }
p { color: rgb(120,166,50); }
H1.HeaderClassName
{
color: #78A632;
}
.AnyTagClassName
{
color: #78A632;
}
</style>
background-color css
<style>
a { background-color: #78A632; }
a { background-color: rgb(120,166,50); }
div.DivClassName
{
background-color: #78A632;
}
.BgClassName
{
background-color: #78A632;
}
</style>
border-color css
<style>
span { border-color: #78A632; }
span { border-color: rgb(120,166,50); }
td.TdClassName
{
border-color: #78A632;
}
.TagClassName
{
border-color: #78A632;
}
</style>