Shades of Sushi #789D23
Tints of Sushi #789D23
RGB
CMYK
RGB Variations
Color information
#789D23 (or 0x789D23) is known color: Sushi. HEX triplet: 78, 9D and 23. RGB value is (120,157,35). Sum of RGB (Red+Green+Blue) = 120+157+35=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 157 (61.72% from 255 or 50.32% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 157 - color contains mainly: green. Hex color #789D23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789D23 is #8762DC. Grayscale: #848484. Windows color (decimal): -8872669 or 2334072. OLE color: 2334072.
HSL color Cylindrical-coordinate representation of color #789D23: hue angle of 78.2º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #789D23 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 157 | 35 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.38 |
| HSL | 78.2º | 0.64% | 0.38% | - |
| HSV(B) | 78.2º | 0.78% | 0.62% | - |
| XYZ | 20.11 | 28.23 | 5.98 | - |
| YUV | 132.03 | 73.24 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 35 | 0.24 | 0 | 0.78 | 0.38 | 78.2 | 0.64 | 0.38 |
| Hex | 78 | 9D | 23 | 18 | 0 | 4E | 26 | 4E | 40 | 26 |
| Octal | 170 | 235 | 43 | 30 | 0 | 116 | 46 | 116 | 100 | 46 |
| Binary | 1111000 | 10011101 | 100011 | 11000 | 0 | 1001110 | 100110 | 1001110 | 1000000 | 100110 |
Color Harmonies of #789D23
Complementary color
Monochromatic Colors of #789D23
Black with #789D23
Text Example
Text Example
White with #789D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789D23; }
p { color: rgb(120,157,35); }
H1.HeaderClassName
{
color: #789D23;
}
.AnyTagClassName
{
color: #789D23;
}
</style>
background-color css
<style>
a { background-color: #789D23; }
a { background-color: rgb(120,157,35); }
div.DivClassName
{
background-color: #789D23;
}
.BgClassName
{
background-color: #789D23;
}
</style>
border-color css
<style>
span { border-color: #789D23; }
span { border-color: rgb(120,157,35); }
td.TdClassName
{
border-color: #789D23;
}
.TagClassName
{
border-color: #789D23;
}
</style>