Shades of Sushi #78AB34
Tints of Sushi #78AB34
RGB
CMYK
RGB Variations
Color information
#78AB34 (or 0x78AB34) is known color: Sushi. HEX triplet: 78, AB and 34. RGB value is (120,171,52). Sum of RGB (Red+Green+Blue) = 120+171+52=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AB34 is #8754CB. Grayscale: #8E8E8E. Windows color (decimal): -8869068 or 3451768. OLE color: 3451768.
HSL color Cylindrical-coordinate representation of color #78AB34: hue angle of 85.71º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78AB34 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 52 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.33 |
| HSL | 85.71º | 0.53% | 0.44% | - |
| HSV(B) | 85.71º | 0.7% | 0.67% | - |
| XYZ | 22.93 | 33.37 | 8.48 | - |
| YUV | 142.19 | 77.1 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 52 | 0.30 | 0 | 0.70 | 0.33 | 85.71 | 0.53 | 0.44 |
| Hex | 78 | AB | 34 | 1E | 0 | 46 | 21 | 56 | 35 | 2C |
| Octal | 170 | 253 | 64 | 36 | 0 | 106 | 41 | 126 | 65 | 54 |
| Binary | 1111000 | 10101011 | 110100 | 11110 | 0 | 1000110 | 100001 | 1010110 | 110101 | 101100 |
Color Harmonies of #78AB34
Complementary color
Monochromatic Colors of #78AB34
Black with #78AB34
Text Example
Text Example
White with #78AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB34; }
p { color: rgb(120,171,52); }
H1.HeaderClassName
{
color: #78AB34;
}
.AnyTagClassName
{
color: #78AB34;
}
</style>
background-color css
<style>
a { background-color: #78AB34; }
a { background-color: rgb(120,171,52); }
div.DivClassName
{
background-color: #78AB34;
}
.BgClassName
{
background-color: #78AB34;
}
</style>
border-color css
<style>
span { border-color: #78AB34; }
span { border-color: rgb(120,171,52); }
td.TdClassName
{
border-color: #78AB34;
}
.TagClassName
{
border-color: #78AB34;
}
</style>