Shades of Sushi #789334
Tints of Sushi #789334
RGB
CMYK
RGB Variations
Color information
#789334 (or 0x789334) is known color: Sushi. HEX triplet: 78, 93 and 34. RGB value is (120,147,52). Sum of RGB (Red+Green+Blue) = 120+147+52=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #789334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789334 is #876CCB. Grayscale: #808080. Windows color (decimal): -8875212 or 3445624. OLE color: 3445624.
HSL color Cylindrical-coordinate representation of color #789334: hue angle of 77.05º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #789334 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 147 | 52 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.42 |
| HSL | 77.05º | 0.48% | 0.39% | - |
| HSV(B) | 77.05º | 0.65% | 0.58% | - |
| XYZ | 18.8 | 25.11 | 7.1 | - |
| YUV | 128.1 | 85.05 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 147 | 52 | 0.18 | 0 | 0.65 | 0.42 | 77.05 | 0.48 | 0.39 |
| Hex | 78 | 93 | 34 | 12 | 0 | 41 | 2A | 4D | 30 | 27 |
| Octal | 170 | 223 | 64 | 22 | 0 | 101 | 52 | 115 | 60 | 47 |
| Binary | 1111000 | 10010011 | 110100 | 10010 | 0 | 1000001 | 101010 | 1001101 | 110000 | 100111 |
Color Harmonies of #789334
Complementary color
Monochromatic Colors of #789334
Black with #789334
Text Example
Text Example
White with #789334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789334; }
p { color: rgb(120,147,52); }
H1.HeaderClassName
{
color: #789334;
}
.AnyTagClassName
{
color: #789334;
}
</style>
background-color css
<style>
a { background-color: #789334; }
a { background-color: rgb(120,147,52); }
div.DivClassName
{
background-color: #789334;
}
.BgClassName
{
background-color: #789334;
}
</style>
border-color css
<style>
span { border-color: #789334; }
span { border-color: rgb(120,147,52); }
td.TdClassName
{
border-color: #789334;
}
.TagClassName
{
border-color: #789334;
}
</style>