Shades of Sushi #789741
Tints of Sushi #789741
RGB
CMYK
RGB Variations
Color information
#789741 (or 0x789741) is known color: Sushi. HEX triplet: 78, 97 and 41. RGB value is (120,151,65). Sum of RGB (Red+Green+Blue) = 120+151+65=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #789741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789741 is #8768BE. Grayscale: #848484. Windows color (decimal): -8874175 or 4298616. OLE color: 4298616.
HSL color Cylindrical-coordinate representation of color #789741: hue angle of 81.63º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #789741 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 151 | 65 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.41 |
| HSL | 81.63º | 0.4% | 0.42% | - |
| HSV(B) | 81.63º | 0.57% | 0.59% | - |
| XYZ | 19.77 | 26.51 | 9.08 | - |
| YUV | 131.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 151 | 65 | 0.21 | 0 | 0.57 | 0.41 | 81.63 | 0.4 | 0.42 |
| Hex | 78 | 97 | 41 | 15 | 0 | 39 | 29 | 52 | 28 | 2A |
| Octal | 170 | 227 | 101 | 25 | 0 | 71 | 51 | 122 | 50 | 52 |
| Binary | 1111000 | 10010111 | 1000001 | 10101 | 0 | 111001 | 101001 | 1010010 | 101000 | 101010 |
Color Harmonies of #789741
Complementary color
Monochromatic Colors of #789741
Black with #789741
Text Example
Text Example
White with #789741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789741; }
p { color: rgb(120,151,65); }
H1.HeaderClassName
{
color: #789741;
}
.AnyTagClassName
{
color: #789741;
}
</style>
background-color css
<style>
a { background-color: #789741; }
a { background-color: rgb(120,151,65); }
div.DivClassName
{
background-color: #789741;
}
.BgClassName
{
background-color: #789741;
}
</style>
border-color css
<style>
span { border-color: #789741; }
span { border-color: rgb(120,151,65); }
td.TdClassName
{
border-color: #789741;
}
.TagClassName
{
border-color: #789741;
}
</style>