Shades of Sushi #78A339
Tints of Sushi #78A339
RGB
CMYK
RGB Variations
Color information
#78A339 (or 0x78A339) is known color: Sushi. HEX triplet: 78, A3 and 39. RGB value is (120,163,57). Sum of RGB (Red+Green+Blue) = 120+163+57=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 163 - color contains mainly: green. Hex color #78A339 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A339 is #875CC6. Grayscale: #8A8A8A. Windows color (decimal): -8871111 or 3777400. OLE color: 3777400.
HSL color Cylindrical-coordinate representation of color #78A339: hue angle of 84.34º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78A339 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 163 | 57 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.36 |
| HSL | 84.34º | 0.48% | 0.43% | - |
| HSV(B) | 84.34º | 0.65% | 0.64% | - |
| XYZ | 21.58 | 30.48 | 8.62 | - |
| YUV | 138.06 | 82.25 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 163 | 57 | 0.26 | 0 | 0.65 | 0.36 | 84.34 | 0.48 | 0.43 |
| Hex | 78 | A3 | 39 | 1A | 0 | 41 | 24 | 54 | 30 | 2B |
| Octal | 170 | 243 | 71 | 32 | 0 | 101 | 44 | 124 | 60 | 53 |
| Binary | 1111000 | 10100011 | 111001 | 11010 | 0 | 1000001 | 100100 | 1010100 | 110000 | 101011 |
Color Harmonies of #78A339
Complementary color
Monochromatic Colors of #78A339
Black with #78A339
Text Example
Text Example
White with #78A339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A339; }
p { color: rgb(120,163,57); }
H1.HeaderClassName
{
color: #78A339;
}
.AnyTagClassName
{
color: #78A339;
}
</style>
background-color css
<style>
a { background-color: #78A339; }
a { background-color: rgb(120,163,57); }
div.DivClassName
{
background-color: #78A339;
}
.BgClassName
{
background-color: #78A339;
}
</style>
border-color css
<style>
span { border-color: #78A339; }
span { border-color: rgb(120,163,57); }
td.TdClassName
{
border-color: #78A339;
}
.TagClassName
{
border-color: #78A339;
}
</style>