Shades of Sushi #789D35
Tints of Sushi #789D35
RGB
CMYK
RGB Variations
Color information
#789D35 (or 0x789D35) is known color: Sushi. HEX triplet: 78, 9D and 35. RGB value is (120,157,53). Sum of RGB (Red+Green+Blue) = 120+157+53=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #789D35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789D35 is #8762CA. Grayscale: #868686. Windows color (decimal): -8872651 or 3513720. OLE color: 3513720.
HSL color Cylindrical-coordinate representation of color #789D35: hue angle of 81.35º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #789D35 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 157 | 53 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.38 |
| HSL | 81.35º | 0.5% | 0.41% | - |
| HSV(B) | 81.35º | 0.66% | 0.62% | - |
| XYZ | 20.45 | 28.36 | 7.77 | - |
| YUV | 134.08 | 82.24 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 53 | 0.24 | 0 | 0.66 | 0.38 | 81.35 | 0.5 | 0.41 |
| Hex | 78 | 9D | 35 | 18 | 0 | 42 | 26 | 51 | 32 | 29 |
| Octal | 170 | 235 | 65 | 30 | 0 | 102 | 46 | 121 | 62 | 51 |
| Binary | 1111000 | 10011101 | 110101 | 11000 | 0 | 1000010 | 100110 | 1010001 | 110010 | 101001 |
Color Harmonies of #789D35
Complementary color
Monochromatic Colors of #789D35
Black with #789D35
Text Example
Text Example
White with #789D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789D35; }
p { color: rgb(120,157,53); }
H1.HeaderClassName
{
color: #789D35;
}
.AnyTagClassName
{
color: #789D35;
}
</style>
background-color css
<style>
a { background-color: #789D35; }
a { background-color: rgb(120,157,53); }
div.DivClassName
{
background-color: #789D35;
}
.BgClassName
{
background-color: #789D35;
}
</style>
border-color css
<style>
span { border-color: #789D35; }
span { border-color: rgb(120,157,53); }
td.TdClassName
{
border-color: #789D35;
}
.TagClassName
{
border-color: #789D35;
}
</style>