Shades of Sushi #78983F
Tints of Sushi #78983F
RGB
CMYK
RGB Variations
Color information
#78983F (or 0x78983F) is known color: Sushi. HEX triplet: 78, 98 and 3F. RGB value is (120,152,63). Sum of RGB (Red+Green+Blue) = 120+152+63=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #78983F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78983F is #8767C0. Grayscale: #848484. Windows color (decimal): -8873921 or 4167800. OLE color: 4167800.
HSL color Cylindrical-coordinate representation of color #78983F: hue angle of 81.57º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #78983F is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 152 | 63 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.40 |
| HSL | 81.57º | 0.41% | 0.42% | - |
| HSV(B) | 81.57º | 0.59% | 0.6% | - |
| XYZ | 19.87 | 26.81 | 8.83 | - |
| YUV | 132.29 | 88.9 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 152 | 63 | 0.21 | 0 | 0.59 | 0.40 | 81.57 | 0.41 | 0.42 |
| Hex | 78 | 98 | 3F | 15 | 0 | 3B | 28 | 52 | 29 | 2A |
| Octal | 170 | 230 | 77 | 25 | 0 | 73 | 50 | 122 | 51 | 52 |
| Binary | 1111000 | 10011000 | 111111 | 10101 | 0 | 111011 | 101000 | 1010010 | 101001 | 101010 |
Color Harmonies of #78983F
Complementary color
Monochromatic Colors of #78983F
Black with #78983F
Text Example
Text Example
White with #78983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78983F; }
p { color: rgb(120,152,63); }
H1.HeaderClassName
{
color: #78983F;
}
.AnyTagClassName
{
color: #78983F;
}
</style>
background-color css
<style>
a { background-color: #78983F; }
a { background-color: rgb(120,152,63); }
div.DivClassName
{
background-color: #78983F;
}
.BgClassName
{
background-color: #78983F;
}
</style>
border-color css
<style>
span { border-color: #78983F; }
span { border-color: rgb(120,152,63); }
td.TdClassName
{
border-color: #78983F;
}
.TagClassName
{
border-color: #78983F;
}
</style>