Shades of Sushi #78A936
Tints of Sushi #78A936
RGB
CMYK
RGB Variations
Color information
#78A936 (or 0x78A936) is known color: Sushi. HEX triplet: 78, A9 and 36. RGB value is (120,169,54). Sum of RGB (Red+Green+Blue) = 120+169+54=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 169 (66.41% from 255 or 49.27% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 169 - color contains mainly: green. Hex color #78A936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A936 is #8756C9. Grayscale: #8D8D8D. Windows color (decimal): -8869578 or 3582328. OLE color: 3582328.
HSL color Cylindrical-coordinate representation of color #78A936: hue angle of 85.57º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78A936 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 169 | 54 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.34 |
| HSL | 85.57º | 0.52% | 0.44% | - |
| HSV(B) | 85.57º | 0.68% | 0.66% | - |
| XYZ | 22.6 | 32.64 | 8.6 | - |
| YUV | 141.24 | 78.77 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 169 | 54 | 0.29 | 0 | 0.68 | 0.34 | 85.57 | 0.52 | 0.44 |
| Hex | 78 | A9 | 36 | 1D | 0 | 44 | 22 | 56 | 34 | 2C |
| Octal | 170 | 251 | 66 | 35 | 0 | 104 | 42 | 126 | 64 | 54 |
| Binary | 1111000 | 10101001 | 110110 | 11101 | 0 | 1000100 | 100010 | 1010110 | 110100 | 101100 |
Color Harmonies of #78A936
Complementary color
Monochromatic Colors of #78A936
Black with #78A936
Text Example
Text Example
White with #78A936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A936; }
p { color: rgb(120,169,54); }
H1.HeaderClassName
{
color: #78A936;
}
.AnyTagClassName
{
color: #78A936;
}
</style>
background-color css
<style>
a { background-color: #78A936; }
a { background-color: rgb(120,169,54); }
div.DivClassName
{
background-color: #78A936;
}
.BgClassName
{
background-color: #78A936;
}
</style>
border-color css
<style>
span { border-color: #78A936; }
span { border-color: rgb(120,169,54); }
td.TdClassName
{
border-color: #78A936;
}
.TagClassName
{
border-color: #78A936;
}
</style>