Shades of Sushi #789E3F
Tints of Sushi #789E3F
RGB
CMYK
RGB Variations
Color information
#789E3F (or 0x789E3F) is known color: Sushi. HEX triplet: 78, 9E and 3F. RGB value is (120,158,63). Sum of RGB (Red+Green+Blue) = 120+158+63=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #789E3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789E3F is #8761C0. Grayscale: #888888. Windows color (decimal): -8872385 or 4169336. OLE color: 4169336.
HSL color Cylindrical-coordinate representation of color #789E3F: hue angle of 84º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #789E3F is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 158 | 63 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.38 |
| HSL | 84º | 0.43% | 0.43% | - |
| HSV(B) | 84º | 0.6% | 0.62% | - |
| XYZ | 20.87 | 28.81 | 9.16 | - |
| YUV | 135.81 | 86.91 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 63 | 0.24 | 0 | 0.60 | 0.38 | 84 | 0.43 | 0.43 |
| Hex | 78 | 9E | 3F | 18 | 0 | 3C | 26 | 54 | 2B | 2B |
| Octal | 170 | 236 | 77 | 30 | 0 | 74 | 46 | 124 | 53 | 53 |
| Binary | 1111000 | 10011110 | 111111 | 11000 | 0 | 111100 | 100110 | 1010100 | 101011 | 101011 |
Color Harmonies of #789E3F
Complementary color
Monochromatic Colors of #789E3F
Black with #789E3F
Text Example
Text Example
White with #789E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789E3F; }
p { color: rgb(120,158,63); }
H1.HeaderClassName
{
color: #789E3F;
}
.AnyTagClassName
{
color: #789E3F;
}
</style>
background-color css
<style>
a { background-color: #789E3F; }
a { background-color: rgb(120,158,63); }
div.DivClassName
{
background-color: #789E3F;
}
.BgClassName
{
background-color: #789E3F;
}
</style>
border-color css
<style>
span { border-color: #789E3F; }
span { border-color: rgb(120,158,63); }
td.TdClassName
{
border-color: #789E3F;
}
.TagClassName
{
border-color: #789E3F;
}
</style>