Shades of Sushi #789641
Tints of Sushi #789641
RGB
CMYK
RGB Variations
Color information
#789641 (or 0x789641) is known color: Sushi. HEX triplet: 78, 96 and 41. RGB value is (120,150,65). Sum of RGB (Red+Green+Blue) = 120+150+65=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #789641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789641 is #8769BE. Grayscale: #838383. Windows color (decimal): -8874431 or 4298360. OLE color: 4298360.
HSL color Cylindrical-coordinate representation of color #789641: hue angle of 81.18º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #789641 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 150 | 65 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.41 |
| HSL | 81.18º | 0.4% | 0.42% | - |
| HSV(B) | 81.18º | 0.57% | 0.59% | - |
| XYZ | 19.61 | 26.19 | 9.02 | - |
| YUV | 131.34 | 90.56 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 150 | 65 | 0.20 | 0 | 0.57 | 0.41 | 81.18 | 0.4 | 0.42 |
| Hex | 78 | 96 | 41 | 14 | 0 | 39 | 29 | 51 | 28 | 2A |
| Octal | 170 | 226 | 101 | 24 | 0 | 71 | 51 | 121 | 50 | 52 |
| Binary | 1111000 | 10010110 | 1000001 | 10100 | 0 | 111001 | 101001 | 1010001 | 101000 | 101010 |
Color Harmonies of #789641
Complementary color
Monochromatic Colors of #789641
Black with #789641
Text Example
Text Example
White with #789641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789641; }
p { color: rgb(120,150,65); }
H1.HeaderClassName
{
color: #789641;
}
.AnyTagClassName
{
color: #789641;
}
</style>
background-color css
<style>
a { background-color: #789641; }
a { background-color: rgb(120,150,65); }
div.DivClassName
{
background-color: #789641;
}
.BgClassName
{
background-color: #789641;
}
</style>
border-color css
<style>
span { border-color: #789641; }
span { border-color: rgb(120,150,65); }
td.TdClassName
{
border-color: #789641;
}
.TagClassName
{
border-color: #789641;
}
</style>