Shades of Sushi #789D33
Tints of Sushi #789D33
RGB
CMYK
RGB Variations
Color information
#789D33 (or 0x789D33) is known color: Sushi. HEX triplet: 78, 9D and 33. RGB value is (120,157,51). Sum of RGB (Red+Green+Blue) = 120+157+51=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #789D33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789D33 is #8762CC. Grayscale: #868686. Windows color (decimal): -8872653 or 3382648. OLE color: 3382648.
HSL color Cylindrical-coordinate representation of color #789D33: hue angle of 80.94º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #789D33 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 157 | 51 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.38 |
| HSL | 80.94º | 0.51% | 0.41% | - |
| HSV(B) | 80.94º | 0.68% | 0.62% | - |
| XYZ | 20.4 | 28.35 | 7.53 | - |
| YUV | 133.85 | 81.24 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 51 | 0.24 | 0 | 0.68 | 0.38 | 80.94 | 0.51 | 0.41 |
| Hex | 78 | 9D | 33 | 18 | 0 | 44 | 26 | 51 | 33 | 29 |
| Octal | 170 | 235 | 63 | 30 | 0 | 104 | 46 | 121 | 63 | 51 |
| Binary | 1111000 | 10011101 | 110011 | 11000 | 0 | 1000100 | 100110 | 1010001 | 110011 | 101001 |
Color Harmonies of #789D33
Complementary color
Monochromatic Colors of #789D33
Black with #789D33
Text Example
Text Example
White with #789D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789D33; }
p { color: rgb(120,157,51); }
H1.HeaderClassName
{
color: #789D33;
}
.AnyTagClassName
{
color: #789D33;
}
</style>
background-color css
<style>
a { background-color: #789D33; }
a { background-color: rgb(120,157,51); }
div.DivClassName
{
background-color: #789D33;
}
.BgClassName
{
background-color: #789D33;
}
</style>
border-color css
<style>
span { border-color: #789D33; }
span { border-color: rgb(120,157,51); }
td.TdClassName
{
border-color: #789D33;
}
.TagClassName
{
border-color: #789D33;
}
</style>