Shades of Sushi #78A328
Tints of Sushi #78A328
RGB
CMYK
RGB Variations
Color information
#78A328 (or 0x78A328) is known color: Sushi. HEX triplet: 78, A3 and 28. RGB value is (120,163,40). Sum of RGB (Red+Green+Blue) = 120+163+40=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #78A328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A328 is #875CD7. Grayscale: #888888. Windows color (decimal): -8871128 or 2663288. OLE color: 2663288.
HSL color Cylindrical-coordinate representation of color #78A328: hue angle of 80.98º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78A328 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 163 | 40 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.36 |
| HSL | 80.98º | 0.61% | 0.4% | - |
| HSV(B) | 80.98º | 0.75% | 0.64% | - |
| XYZ | 21.23 | 30.34 | 6.75 | - |
| YUV | 136.12 | 73.75 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 163 | 40 | 0.26 | 0 | 0.75 | 0.36 | 80.98 | 0.61 | 0.4 |
| Hex | 78 | A3 | 28 | 1A | 0 | 4B | 24 | 51 | 3D | 28 |
| Octal | 170 | 243 | 50 | 32 | 0 | 113 | 44 | 121 | 75 | 50 |
| Binary | 1111000 | 10100011 | 101000 | 11010 | 0 | 1001011 | 100100 | 1010001 | 111101 | 101000 |
Color Harmonies of #78A328
Complementary color
Monochromatic Colors of #78A328
Black with #78A328
Text Example
Text Example
White with #78A328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A328; }
p { color: rgb(120,163,40); }
H1.HeaderClassName
{
color: #78A328;
}
.AnyTagClassName
{
color: #78A328;
}
</style>
background-color css
<style>
a { background-color: #78A328; }
a { background-color: rgb(120,163,40); }
div.DivClassName
{
background-color: #78A328;
}
.BgClassName
{
background-color: #78A328;
}
</style>
border-color css
<style>
span { border-color: #78A328; }
span { border-color: rgb(120,163,40); }
td.TdClassName
{
border-color: #78A328;
}
.TagClassName
{
border-color: #78A328;
}
</style>