Shades of Sushi #789935
Tints of Sushi #789935
RGB
CMYK
RGB Variations
Color information
#789935 (or 0x789935) is known color: Sushi. HEX triplet: 78, 99 and 35. RGB value is (120,153,53). Sum of RGB (Red+Green+Blue) = 120+153+53=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #789935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789935 is #8766CA. Grayscale: #848484. Windows color (decimal): -8873675 or 3512696. OLE color: 3512696.
HSL color Cylindrical-coordinate representation of color #789935: hue angle of 79.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #789935 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 53 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.4 |
| HSL | 79.8º | 0.49% | 0.4% | - |
| HSV(B) | 79.8º | 0.65% | 0.6% | - |
| XYZ | 19.78 | 27.03 | 7.54 | - |
| YUV | 131.73 | 83.57 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 53 | 0.22 | 0 | 0.65 | 0.4 | 79.8 | 0.49 | 0.4 |
| Hex | 78 | 99 | 35 | 16 | 0 | 41 | 28 | 50 | 31 | 28 |
| Octal | 170 | 231 | 65 | 26 | 0 | 101 | 50 | 120 | 61 | 50 |
| Binary | 1111000 | 10011001 | 110101 | 10110 | 0 | 1000001 | 101000 | 1010000 | 110001 | 101000 |
Color Harmonies of #789935
Complementary color
Monochromatic Colors of #789935
Black with #789935
Text Example
Text Example
White with #789935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789935; }
p { color: rgb(120,153,53); }
H1.HeaderClassName
{
color: #789935;
}
.AnyTagClassName
{
color: #789935;
}
</style>
background-color css
<style>
a { background-color: #789935; }
a { background-color: rgb(120,153,53); }
div.DivClassName
{
background-color: #789935;
}
.BgClassName
{
background-color: #789935;
}
</style>
border-color css
<style>
span { border-color: #789935; }
span { border-color: rgb(120,153,53); }
td.TdClassName
{
border-color: #789935;
}
.TagClassName
{
border-color: #789935;
}
</style>