Shades of Sushi #78AB40
Tints of Sushi #78AB40
RGB
CMYK
RGB Variations
Color information
#78AB40 (or 0x78AB40) is known color: Sushi. HEX triplet: 78, AB and 40. RGB value is (120,171,64). Sum of RGB (Red+Green+Blue) = 120+171+64=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AB40 is #8754BF. Grayscale: #8F8F8F. Windows color (decimal): -8869056 or 4238200. OLE color: 4238200.
HSL color Cylindrical-coordinate representation of color #78AB40: hue angle of 88.6º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78AB40 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 64 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.33 |
| HSL | 88.6º | 0.46% | 0.46% | - |
| HSV(B) | 88.6º | 0.63% | 0.67% | - |
| XYZ | 23.23 | 33.49 | 10.09 | - |
| YUV | 143.55 | 83.1 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 64 | 0.30 | 0 | 0.63 | 0.33 | 88.6 | 0.46 | 0.46 |
| Hex | 78 | AB | 40 | 1E | 0 | 3F | 21 | 59 | 2E | 2E |
| Octal | 170 | 253 | 100 | 36 | 0 | 77 | 41 | 131 | 56 | 56 |
| Binary | 1111000 | 10101011 | 1000000 | 11110 | 0 | 111111 | 100001 | 1011001 | 101110 | 101110 |
Color Harmonies of #78AB40
Complementary color
Monochromatic Colors of #78AB40
Black with #78AB40
Text Example
Text Example
White with #78AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB40; }
p { color: rgb(120,171,64); }
H1.HeaderClassName
{
color: #78AB40;
}
.AnyTagClassName
{
color: #78AB40;
}
</style>
background-color css
<style>
a { background-color: #78AB40; }
a { background-color: rgb(120,171,64); }
div.DivClassName
{
background-color: #78AB40;
}
.BgClassName
{
background-color: #78AB40;
}
</style>
border-color css
<style>
span { border-color: #78AB40; }
span { border-color: rgb(120,171,64); }
td.TdClassName
{
border-color: #78AB40;
}
.TagClassName
{
border-color: #78AB40;
}
</style>