Shades of Sushi #78AC3A
Tints of Sushi #78AC3A
RGB
CMYK
RGB Variations
Color information
#78AC3A (or 0x78AC3A) is known color: Sushi. HEX triplet: 78, AC and 3A. RGB value is (120,172,58). Sum of RGB (Red+Green+Blue) = 120+172+58=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AC3A is #8753C5. Grayscale: #8F8F8F. Windows color (decimal): -8868806 or 3845240. OLE color: 3845240.
HSL color Cylindrical-coordinate representation of color #78AC3A: hue angle of 87.37º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78AC3A is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 172 | 58 | - |
| CMYK | 0.30 | 0 | 0.66 | 0.33 |
| HSL | 87.37º | 0.5% | 0.45% | - |
| HSV(B) | 87.37º | 0.66% | 0.67% | - |
| XYZ | 23.26 | 33.8 | 9.3 | - |
| YUV | 143.46 | 79.77 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 172 | 58 | 0.30 | 0 | 0.66 | 0.33 | 87.37 | 0.5 | 0.45 |
| Hex | 78 | AC | 3A | 1E | 0 | 42 | 21 | 57 | 32 | 2D |
| Octal | 170 | 254 | 72 | 36 | 0 | 102 | 41 | 127 | 62 | 55 |
| Binary | 1111000 | 10101100 | 111010 | 11110 | 0 | 1000010 | 100001 | 1010111 | 110010 | 101101 |
Color Harmonies of #78AC3A
Complementary color
Monochromatic Colors of #78AC3A
Black with #78AC3A
Text Example
Text Example
White with #78AC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AC3A; }
p { color: rgb(120,172,58); }
H1.HeaderClassName
{
color: #78AC3A;
}
.AnyTagClassName
{
color: #78AC3A;
}
</style>
background-color css
<style>
a { background-color: #78AC3A; }
a { background-color: rgb(120,172,58); }
div.DivClassName
{
background-color: #78AC3A;
}
.BgClassName
{
background-color: #78AC3A;
}
</style>
border-color css
<style>
span { border-color: #78AC3A; }
span { border-color: rgb(120,172,58); }
td.TdClassName
{
border-color: #78AC3A;
}
.TagClassName
{
border-color: #78AC3A;
}
</style>