Shades of Sushi #789D34
Tints of Sushi #789D34
RGB
CMYK
RGB Variations
Color information
#789D34 (or 0x789D34) is known color: Sushi. HEX triplet: 78, 9D and 34. RGB value is (120,157,52). Sum of RGB (Red+Green+Blue) = 120+157+52=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 157 - color contains mainly: green. Hex color #789D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789D34 is #8762CB. Grayscale: #868686. Windows color (decimal): -8872652 or 3448184. OLE color: 3448184.
HSL color Cylindrical-coordinate representation of color #789D34: hue angle of 81.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #789D34 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 157 | 52 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.38 |
| HSL | 81.14º | 0.5% | 0.41% | - |
| HSV(B) | 81.14º | 0.67% | 0.62% | - |
| XYZ | 20.42 | 28.35 | 7.65 | - |
| YUV | 133.97 | 81.74 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 52 | 0.24 | 0 | 0.67 | 0.38 | 81.14 | 0.5 | 0.41 |
| Hex | 78 | 9D | 34 | 18 | 0 | 43 | 26 | 51 | 32 | 29 |
| Octal | 170 | 235 | 64 | 30 | 0 | 103 | 46 | 121 | 62 | 51 |
| Binary | 1111000 | 10011101 | 110100 | 11000 | 0 | 1000011 | 100110 | 1010001 | 110010 | 101001 |
Color Harmonies of #789D34
Complementary color
Monochromatic Colors of #789D34
Black with #789D34
Text Example
Text Example
White with #789D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789D34; }
p { color: rgb(120,157,52); }
H1.HeaderClassName
{
color: #789D34;
}
.AnyTagClassName
{
color: #789D34;
}
</style>
background-color css
<style>
a { background-color: #789D34; }
a { background-color: rgb(120,157,52); }
div.DivClassName
{
background-color: #789D34;
}
.BgClassName
{
background-color: #789D34;
}
</style>
border-color css
<style>
span { border-color: #789D34; }
span { border-color: rgb(120,157,52); }
td.TdClassName
{
border-color: #789D34;
}
.TagClassName
{
border-color: #789D34;
}
</style>