Shades of Sushi #78A232
Tints of Sushi #78A232
RGB
CMYK
RGB Variations
Color information
#78A232 (or 0x78A232) is known color: Sushi. HEX triplet: 78, A2 and 32. RGB value is (120,162,50). Sum of RGB (Red+Green+Blue) = 120+162+50=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #78A232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A232 is #875DCD. Grayscale: #898989. Windows color (decimal): -8871374 or 3318392. OLE color: 3318392.
HSL color Cylindrical-coordinate representation of color #78A232: hue angle of 82.5º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78A232 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 162 | 50 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.36 |
| HSL | 82.5º | 0.53% | 0.42% | - |
| HSV(B) | 82.5º | 0.69% | 0.64% | - |
| XYZ | 21.24 | 30.06 | 7.7 | - |
| YUV | 136.67 | 79.09 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 50 | 0.26 | 0 | 0.69 | 0.36 | 82.5 | 0.53 | 0.42 |
| Hex | 78 | A2 | 32 | 1A | 0 | 45 | 24 | 52 | 35 | 2A |
| Octal | 170 | 242 | 62 | 32 | 0 | 105 | 44 | 122 | 65 | 52 |
| Binary | 1111000 | 10100010 | 110010 | 11010 | 0 | 1000101 | 100100 | 1010010 | 110101 | 101010 |
Color Harmonies of #78A232
Complementary color
Monochromatic Colors of #78A232
Black with #78A232
Text Example
Text Example
White with #78A232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A232; }
p { color: rgb(120,162,50); }
H1.HeaderClassName
{
color: #78A232;
}
.AnyTagClassName
{
color: #78A232;
}
</style>
background-color css
<style>
a { background-color: #78A232; }
a { background-color: rgb(120,162,50); }
div.DivClassName
{
background-color: #78A232;
}
.BgClassName
{
background-color: #78A232;
}
</style>
border-color css
<style>
span { border-color: #78A232; }
span { border-color: rgb(120,162,50); }
td.TdClassName
{
border-color: #78A232;
}
.TagClassName
{
border-color: #78A232;
}
</style>