Shades of Sushi #78AA42
Tints of Sushi #78AA42
RGB
CMYK
RGB Variations
Color information
#78AA42 (or 0x78AA42) is known color: Sushi. HEX triplet: 78, AA and 42. RGB value is (120,170,66). Sum of RGB (Red+Green+Blue) = 120+170+66=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #78AA42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AA42 is #8755BD. Grayscale: #8F8F8F. Windows color (decimal): -8869310 or 4369016. OLE color: 4369016.
HSL color Cylindrical-coordinate representation of color #78AA42: hue angle of 88.85º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78AA42 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 170 | 66 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.33 |
| HSL | 88.85º | 0.44% | 0.46% | - |
| HSV(B) | 88.85º | 0.61% | 0.67% | - |
| XYZ | 23.1 | 33.14 | 10.33 | - |
| YUV | 143.19 | 84.44 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 170 | 66 | 0.29 | 0 | 0.61 | 0.33 | 88.85 | 0.44 | 0.46 |
| Hex | 78 | AA | 42 | 1D | 0 | 3D | 21 | 59 | 2C | 2E |
| Octal | 170 | 252 | 102 | 35 | 0 | 75 | 41 | 131 | 54 | 56 |
| Binary | 1111000 | 10101010 | 1000010 | 11101 | 0 | 111101 | 100001 | 1011001 | 101100 | 101110 |
Color Harmonies of #78AA42
Complementary color
Monochromatic Colors of #78AA42
Black with #78AA42
Text Example
Text Example
White with #78AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AA42; }
p { color: rgb(120,170,66); }
H1.HeaderClassName
{
color: #78AA42;
}
.AnyTagClassName
{
color: #78AA42;
}
</style>
background-color css
<style>
a { background-color: #78AA42; }
a { background-color: rgb(120,170,66); }
div.DivClassName
{
background-color: #78AA42;
}
.BgClassName
{
background-color: #78AA42;
}
</style>
border-color css
<style>
span { border-color: #78AA42; }
span { border-color: rgb(120,170,66); }
td.TdClassName
{
border-color: #78AA42;
}
.TagClassName
{
border-color: #78AA42;
}
</style>