Shades of Sushi #789623
Tints of Sushi #789623
RGB
CMYK
RGB Variations
Color information
#789623 (or 0x789623) is known color: Sushi. HEX triplet: 78, 96 and 23. RGB value is (120,150,35). Sum of RGB (Red+Green+Blue) = 120+150+35=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #789623 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789623 is #8769DC. Grayscale: #808080. Windows color (decimal): -8874461 or 2332280. OLE color: 2332280.
HSL color Cylindrical-coordinate representation of color #789623: hue angle of 75.65º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #789623 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 150 | 35 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.41 |
| HSL | 75.65º | 0.62% | 0.36% | - |
| HSV(B) | 75.65º | 0.77% | 0.59% | - |
| XYZ | 18.96 | 25.93 | 5.6 | - |
| YUV | 127.92 | 75.56 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 150 | 35 | 0.20 | 0 | 0.77 | 0.41 | 75.65 | 0.62 | 0.36 |
| Hex | 78 | 96 | 23 | 14 | 0 | 4D | 29 | 4C | 3E | 24 |
| Octal | 170 | 226 | 43 | 24 | 0 | 115 | 51 | 114 | 76 | 44 |
| Binary | 1111000 | 10010110 | 100011 | 10100 | 0 | 1001101 | 101001 | 1001100 | 111110 | 100100 |
Color Harmonies of #789623
Complementary color
Monochromatic Colors of #789623
Black with #789623
Text Example
Text Example
White with #789623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789623; }
p { color: rgb(120,150,35); }
H1.HeaderClassName
{
color: #789623;
}
.AnyTagClassName
{
color: #789623;
}
</style>
background-color css
<style>
a { background-color: #789623; }
a { background-color: rgb(120,150,35); }
div.DivClassName
{
background-color: #789623;
}
.BgClassName
{
background-color: #789623;
}
</style>
border-color css
<style>
span { border-color: #789623; }
span { border-color: rgb(120,150,35); }
td.TdClassName
{
border-color: #789623;
}
.TagClassName
{
border-color: #789623;
}
</style>