Shades of Sushi #78A230
Tints of Sushi #78A230
RGB
CMYK
RGB Variations
Color information
#78A230 (or 0x78A230) is known color: Sushi. HEX triplet: 78, A2 and 30. RGB value is (120,162,48). Sum of RGB (Red+Green+Blue) = 120+162+48=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #78A230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A230 is #875DCF. Grayscale: #888888. Windows color (decimal): -8871376 or 3187320. OLE color: 3187320.
HSL color Cylindrical-coordinate representation of color #78A230: hue angle of 82.11º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #78A230 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 162 | 48 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.36 |
| HSL | 82.11º | 0.54% | 0.41% | - |
| HSV(B) | 82.11º | 0.7% | 0.64% | - |
| XYZ | 21.2 | 30.05 | 7.48 | - |
| YUV | 136.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 48 | 0.26 | 0 | 0.70 | 0.36 | 82.11 | 0.54 | 0.41 |
| Hex | 78 | A2 | 30 | 1A | 0 | 46 | 24 | 52 | 36 | 29 |
| Octal | 170 | 242 | 60 | 32 | 0 | 106 | 44 | 122 | 66 | 51 |
| Binary | 1111000 | 10100010 | 110000 | 11010 | 0 | 1000110 | 100100 | 1010010 | 110110 | 101001 |
Color Harmonies of #78A230
Complementary color
Monochromatic Colors of #78A230
Black with #78A230
Text Example
Text Example
White with #78A230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A230; }
p { color: rgb(120,162,48); }
H1.HeaderClassName
{
color: #78A230;
}
.AnyTagClassName
{
color: #78A230;
}
</style>
background-color css
<style>
a { background-color: #78A230; }
a { background-color: rgb(120,162,48); }
div.DivClassName
{
background-color: #78A230;
}
.BgClassName
{
background-color: #78A230;
}
</style>
border-color css
<style>
span { border-color: #78A230; }
span { border-color: rgb(120,162,48); }
td.TdClassName
{
border-color: #78A230;
}
.TagClassName
{
border-color: #78A230;
}
</style>