Shades of Sushi #78AD34
Tints of Sushi #78AD34
RGB
CMYK
RGB Variations
Color information
#78AD34 (or 0x78AD34) is known color: Sushi. HEX triplet: 78, AD and 34. RGB value is (120,173,52). Sum of RGB (Red+Green+Blue) = 120+173+52=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AD34 is #8752CB. Grayscale: #8F8F8F. Windows color (decimal): -8868556 or 3452280. OLE color: 3452280.
HSL color Cylindrical-coordinate representation of color #78AD34: hue angle of 86.28º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78AD34 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 173 | 52 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.32 |
| HSL | 86.28º | 0.54% | 0.44% | - |
| HSV(B) | 86.28º | 0.7% | 0.68% | - |
| XYZ | 23.31 | 34.13 | 8.61 | - |
| YUV | 143.36 | 76.44 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 52 | 0.31 | 0 | 0.70 | 0.32 | 86.28 | 0.54 | 0.44 |
| Hex | 78 | AD | 34 | 1F | 0 | 46 | 20 | 56 | 36 | 2C |
| Octal | 170 | 255 | 64 | 37 | 0 | 106 | 40 | 126 | 66 | 54 |
| Binary | 1111000 | 10101101 | 110100 | 11111 | 0 | 1000110 | 100000 | 1010110 | 110110 | 101100 |
Color Harmonies of #78AD34
Complementary color
Monochromatic Colors of #78AD34
Black with #78AD34
Text Example
Text Example
White with #78AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AD34; }
p { color: rgb(120,173,52); }
H1.HeaderClassName
{
color: #78AD34;
}
.AnyTagClassName
{
color: #78AD34;
}
</style>
background-color css
<style>
a { background-color: #78AD34; }
a { background-color: rgb(120,173,52); }
div.DivClassName
{
background-color: #78AD34;
}
.BgClassName
{
background-color: #78AD34;
}
</style>
border-color css
<style>
span { border-color: #78AD34; }
span { border-color: rgb(120,173,52); }
td.TdClassName
{
border-color: #78AD34;
}
.TagClassName
{
border-color: #78AD34;
}
</style>