Shades of Sushi #78A132
Tints of Sushi #78A132
RGB
CMYK
RGB Variations
Color information
#78A132 (or 0x78A132) is known color: Sushi. HEX triplet: 78, A1 and 32. RGB value is (120,161,50). Sum of RGB (Red+Green+Blue) = 120+161+50=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 161 (63.28% from 255 or 48.64% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 161 - color contains mainly: green. Hex color #78A132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A132 is #875ECD. Grayscale: #888888. Windows color (decimal): -8871630 or 3318136. OLE color: 3318136.
HSL color Cylindrical-coordinate representation of color #78A132: hue angle of 82.16º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78A132 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 161 | 50 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.37 |
| HSL | 82.16º | 0.53% | 0.41% | - |
| HSV(B) | 82.16º | 0.69% | 0.63% | - |
| XYZ | 21.07 | 29.71 | 7.64 | - |
| YUV | 136.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 161 | 50 | 0.25 | 0 | 0.69 | 0.37 | 82.16 | 0.53 | 0.41 |
| Hex | 78 | A1 | 32 | 19 | 0 | 45 | 25 | 52 | 35 | 29 |
| Octal | 170 | 241 | 62 | 31 | 0 | 105 | 45 | 122 | 65 | 51 |
| Binary | 1111000 | 10100001 | 110010 | 11001 | 0 | 1000101 | 100101 | 1010010 | 110101 | 101001 |
Color Harmonies of #78A132
Complementary color
Monochromatic Colors of #78A132
Black with #78A132
Text Example
Text Example
White with #78A132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A132; }
p { color: rgb(120,161,50); }
H1.HeaderClassName
{
color: #78A132;
}
.AnyTagClassName
{
color: #78A132;
}
</style>
background-color css
<style>
a { background-color: #78A132; }
a { background-color: rgb(120,161,50); }
div.DivClassName
{
background-color: #78A132;
}
.BgClassName
{
background-color: #78A132;
}
</style>
border-color css
<style>
span { border-color: #78A132; }
span { border-color: rgb(120,161,50); }
td.TdClassName
{
border-color: #78A132;
}
.TagClassName
{
border-color: #78A132;
}
</style>