Shades of Sushi #78963E
Tints of Sushi #78963E
RGB
CMYK
RGB Variations
Color information
#78963E (or 0x78963E) is known color: Sushi. HEX triplet: 78, 96 and 3E. RGB value is (120,150,62). Sum of RGB (Red+Green+Blue) = 120+150+62=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #78963E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78963E is #8769C1. Grayscale: #838383. Windows color (decimal): -8874434 or 4101752. OLE color: 4101752.
HSL color Cylindrical-coordinate representation of color #78963E: hue angle of 80.45º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78963E is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 150 | 62 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.41 |
| HSL | 80.45º | 0.42% | 0.42% | - |
| HSV(B) | 80.45º | 0.59% | 0.59% | - |
| XYZ | 19.52 | 26.15 | 8.58 | - |
| YUV | 131 | 89.06 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 150 | 62 | 0.20 | 0 | 0.59 | 0.41 | 80.45 | 0.42 | 0.42 |
| Hex | 78 | 96 | 3E | 14 | 0 | 3B | 29 | 50 | 2A | 2A |
| Octal | 170 | 226 | 76 | 24 | 0 | 73 | 51 | 120 | 52 | 52 |
| Binary | 1111000 | 10010110 | 111110 | 10100 | 0 | 111011 | 101001 | 1010000 | 101010 | 101010 |
Color Harmonies of #78963E
Complementary color
Monochromatic Colors of #78963E
Black with #78963E
Text Example
Text Example
White with #78963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78963E; }
p { color: rgb(120,150,62); }
H1.HeaderClassName
{
color: #78963E;
}
.AnyTagClassName
{
color: #78963E;
}
</style>
background-color css
<style>
a { background-color: #78963E; }
a { background-color: rgb(120,150,62); }
div.DivClassName
{
background-color: #78963E;
}
.BgClassName
{
background-color: #78963E;
}
</style>
border-color css
<style>
span { border-color: #78963E; }
span { border-color: rgb(120,150,62); }
td.TdClassName
{
border-color: #78963E;
}
.TagClassName
{
border-color: #78963E;
}
</style>