Shades of Sushi #789643
Tints of Sushi #789643
RGB
CMYK
RGB Variations
Color information
#789643 (or 0x789643) is known color: Sushi. HEX triplet: 78, 96 and 43. RGB value is (120,150,67). Sum of RGB (Red+Green+Blue) = 120+150+67=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #789643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789643 is #8769BC. Grayscale: #838383. Windows color (decimal): -8874429 or 4429432. OLE color: 4429432.
HSL color Cylindrical-coordinate representation of color #789643: hue angle of 81.69º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #789643 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 150 | 67 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.41 |
| HSL | 81.69º | 0.38% | 0.43% | - |
| HSV(B) | 81.69º | 0.55% | 0.59% | - |
| XYZ | 19.67 | 26.21 | 9.33 | - |
| YUV | 131.57 | 91.56 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 150 | 67 | 0.20 | 0 | 0.55 | 0.41 | 81.69 | 0.38 | 0.43 |
| Hex | 78 | 96 | 43 | 14 | 0 | 37 | 29 | 52 | 26 | 2B |
| Octal | 170 | 226 | 103 | 24 | 0 | 67 | 51 | 122 | 46 | 53 |
| Binary | 1111000 | 10010110 | 1000011 | 10100 | 0 | 110111 | 101001 | 1010010 | 100110 | 101011 |
Color Harmonies of #789643
Complementary color
Monochromatic Colors of #789643
Black with #789643
Text Example
Text Example
White with #789643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789643; }
p { color: rgb(120,150,67); }
H1.HeaderClassName
{
color: #789643;
}
.AnyTagClassName
{
color: #789643;
}
</style>
background-color css
<style>
a { background-color: #789643; }
a { background-color: rgb(120,150,67); }
div.DivClassName
{
background-color: #789643;
}
.BgClassName
{
background-color: #789643;
}
</style>
border-color css
<style>
span { border-color: #789643; }
span { border-color: rgb(120,150,67); }
td.TdClassName
{
border-color: #789643;
}
.TagClassName
{
border-color: #789643;
}
</style>