Shades of Sushi #78AD3F
Tints of Sushi #78AD3F
RGB
CMYK
RGB Variations
Color information
#78AD3F (or 0x78AD3F) is known color: Sushi. HEX triplet: 78, AD and 3F. RGB value is (120,173,63). Sum of RGB (Red+Green+Blue) = 120+173+63=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AD3F is #8752C0. Grayscale: #919191. Windows color (decimal): -8868545 or 4173176. OLE color: 4173176.
HSL color Cylindrical-coordinate representation of color #78AD3F: hue angle of 88.91º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78AD3F is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 173 | 63 | - |
| CMYK | 0.31 | 0 | 0.64 | 0.32 |
| HSL | 88.91º | 0.47% | 0.46% | - |
| HSV(B) | 88.91º | 0.64% | 0.68% | - |
| XYZ | 23.59 | 34.24 | 10.07 | - |
| YUV | 144.61 | 81.94 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 63 | 0.31 | 0 | 0.64 | 0.32 | 88.91 | 0.47 | 0.46 |
| Hex | 78 | AD | 3F | 1F | 0 | 40 | 20 | 59 | 2F | 2E |
| Octal | 170 | 255 | 77 | 37 | 0 | 100 | 40 | 131 | 57 | 56 |
| Binary | 1111000 | 10101101 | 111111 | 11111 | 0 | 1000000 | 100000 | 1011001 | 101111 | 101110 |
Color Harmonies of #78AD3F
Complementary color
Monochromatic Colors of #78AD3F
Black with #78AD3F
Text Example
Text Example
White with #78AD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AD3F; }
p { color: rgb(120,173,63); }
H1.HeaderClassName
{
color: #78AD3F;
}
.AnyTagClassName
{
color: #78AD3F;
}
</style>
background-color css
<style>
a { background-color: #78AD3F; }
a { background-color: rgb(120,173,63); }
div.DivClassName
{
background-color: #78AD3F;
}
.BgClassName
{
background-color: #78AD3F;
}
</style>
border-color css
<style>
span { border-color: #78AD3F; }
span { border-color: rgb(120,173,63); }
td.TdClassName
{
border-color: #78AD3F;
}
.TagClassName
{
border-color: #78AD3F;
}
</style>