Shades of Sushi #78B13B
Tints of Sushi #78B13B
RGB
CMYK
RGB Variations
Color information
#78B13B (or 0x78B13B) is known color: Sushi. HEX triplet: 78, B1 and 3B. RGB value is (120,177,59). Sum of RGB (Red+Green+Blue) = 120+177+59=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #78B13B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78B13B is #874EC4. Grayscale: #929292. Windows color (decimal): -8867525 or 3912056. OLE color: 3912056.
HSL color Cylindrical-coordinate representation of color #78B13B: hue angle of 88.98º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78B13B is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 177 | 59 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.31 |
| HSL | 88.98º | 0.5% | 0.46% | - |
| HSV(B) | 88.98º | 0.67% | 0.69% | - |
| XYZ | 24.26 | 35.75 | 9.76 | - |
| YUV | 146.51 | 78.62 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 177 | 59 | 0.32 | 0 | 0.67 | 0.31 | 88.98 | 0.5 | 0.46 |
| Hex | 78 | B1 | 3B | 20 | 0 | 43 | 1F | 59 | 32 | 2E |
| Octal | 170 | 261 | 73 | 40 | 0 | 103 | 37 | 131 | 62 | 56 |
| Binary | 1111000 | 10110001 | 111011 | 100000 | 0 | 1000011 | 11111 | 1011001 | 110010 | 101110 |
Color Harmonies of #78B13B
Complementary color
Monochromatic Colors of #78B13B
Black with #78B13B
Text Example
Text Example
White with #78B13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B13B; }
p { color: rgb(120,177,59); }
H1.HeaderClassName
{
color: #78B13B;
}
.AnyTagClassName
{
color: #78B13B;
}
</style>
background-color css
<style>
a { background-color: #78B13B; }
a { background-color: rgb(120,177,59); }
div.DivClassName
{
background-color: #78B13B;
}
.BgClassName
{
background-color: #78B13B;
}
</style>
border-color css
<style>
span { border-color: #78B13B; }
span { border-color: rgb(120,177,59); }
td.TdClassName
{
border-color: #78B13B;
}
.TagClassName
{
border-color: #78B13B;
}
</style>