Shades of Sushi #78AC32
Tints of Sushi #78AC32
RGB
CMYK
RGB Variations
Color information
#78AC32 (or 0x78AC32) is known color: Sushi. HEX triplet: 78, AC and 32. RGB value is (120,172,50). Sum of RGB (Red+Green+Blue) = 120+172+50=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AC32 is #8753CD. Grayscale: #8E8E8E. Windows color (decimal): -8868814 or 3320952. OLE color: 3320952.
HSL color Cylindrical-coordinate representation of color #78AC32: hue angle of 85.57º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78AC32 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 172 | 50 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.33 |
| HSL | 85.57º | 0.55% | 0.44% | - |
| HSV(B) | 85.57º | 0.71% | 0.67% | - |
| XYZ | 23.07 | 33.73 | 8.31 | - |
| YUV | 142.54 | 75.77 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 172 | 50 | 0.30 | 0 | 0.71 | 0.33 | 85.57 | 0.55 | 0.44 |
| Hex | 78 | AC | 32 | 1E | 0 | 47 | 21 | 56 | 37 | 2C |
| Octal | 170 | 254 | 62 | 36 | 0 | 107 | 41 | 126 | 67 | 54 |
| Binary | 1111000 | 10101100 | 110010 | 11110 | 0 | 1000111 | 100001 | 1010110 | 110111 | 101100 |
Color Harmonies of #78AC32
Complementary color
Monochromatic Colors of #78AC32
Black with #78AC32
Text Example
Text Example
White with #78AC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AC32; }
p { color: rgb(120,172,50); }
H1.HeaderClassName
{
color: #78AC32;
}
.AnyTagClassName
{
color: #78AC32;
}
</style>
background-color css
<style>
a { background-color: #78AC32; }
a { background-color: rgb(120,172,50); }
div.DivClassName
{
background-color: #78AC32;
}
.BgClassName
{
background-color: #78AC32;
}
</style>
border-color css
<style>
span { border-color: #78AC32; }
span { border-color: rgb(120,172,50); }
td.TdClassName
{
border-color: #78AC32;
}
.TagClassName
{
border-color: #78AC32;
}
</style>