Shades of Sushi #789330
Tints of Sushi #789330
RGB
CMYK
RGB Variations
Color information
#789330 (or 0x789330) is known color: Sushi. HEX triplet: 78, 93 and 30. RGB value is (120,147,48). Sum of RGB (Red+Green+Blue) = 120+147+48=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #789330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789330 is #876CCF. Grayscale: #808080. Windows color (decimal): -8875216 or 3183480. OLE color: 3183480.
HSL color Cylindrical-coordinate representation of color #789330: hue angle of 76.36º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #789330 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 147 | 48 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.42 |
| HSL | 76.36º | 0.51% | 0.38% | - |
| HSV(B) | 76.36º | 0.67% | 0.58% | - |
| XYZ | 18.71 | 25.07 | 6.65 | - |
| YUV | 127.64 | 83.05 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 147 | 48 | 0.18 | 0 | 0.67 | 0.42 | 76.36 | 0.51 | 0.38 |
| Hex | 78 | 93 | 30 | 12 | 0 | 43 | 2A | 4C | 33 | 26 |
| Octal | 170 | 223 | 60 | 22 | 0 | 103 | 52 | 114 | 63 | 46 |
| Binary | 1111000 | 10010011 | 110000 | 10010 | 0 | 1000011 | 101010 | 1001100 | 110011 | 100110 |
Color Harmonies of #789330
Complementary color
Monochromatic Colors of #789330
Black with #789330
Text Example
Text Example
White with #789330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789330; }
p { color: rgb(120,147,48); }
H1.HeaderClassName
{
color: #789330;
}
.AnyTagClassName
{
color: #789330;
}
</style>
background-color css
<style>
a { background-color: #789330; }
a { background-color: rgb(120,147,48); }
div.DivClassName
{
background-color: #789330;
}
.BgClassName
{
background-color: #789330;
}
</style>
border-color css
<style>
span { border-color: #789330; }
span { border-color: rgb(120,147,48); }
td.TdClassName
{
border-color: #789330;
}
.TagClassName
{
border-color: #789330;
}
</style>