Shades of Sushi #789A45
Tints of Sushi #789A45
RGB
CMYK
RGB Variations
Color information
#789A45 (or 0x789A45) is known color: Sushi. HEX triplet: 78, 9A and 45. RGB value is (120,154,69). Sum of RGB (Red+Green+Blue) = 120+154+69=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 154 - color contains mainly: green. Hex color #789A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789A45 is #8765BA. Grayscale: #868686. Windows color (decimal): -8873403 or 4561528. OLE color: 4561528.
HSL color Cylindrical-coordinate representation of color #789A45: hue angle of 84º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #789A45 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 154 | 69 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.40 |
| HSL | 84º | 0.38% | 0.44% | - |
| HSV(B) | 84º | 0.55% | 0.6% | - |
| XYZ | 20.38 | 27.53 | 9.87 | - |
| YUV | 134.14 | 91.24 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 69 | 0.22 | 0 | 0.55 | 0.40 | 84 | 0.38 | 0.44 |
| Hex | 78 | 9A | 45 | 16 | 0 | 37 | 28 | 54 | 26 | 2C |
| Octal | 170 | 232 | 105 | 26 | 0 | 67 | 50 | 124 | 46 | 54 |
| Binary | 1111000 | 10011010 | 1000101 | 10110 | 0 | 110111 | 101000 | 1010100 | 100110 | 101100 |
Color Harmonies of #789A45
Complementary color
Monochromatic Colors of #789A45
Black with #789A45
Text Example
Text Example
White with #789A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789A45; }
p { color: rgb(120,154,69); }
H1.HeaderClassName
{
color: #789A45;
}
.AnyTagClassName
{
color: #789A45;
}
</style>
background-color css
<style>
a { background-color: #789A45; }
a { background-color: rgb(120,154,69); }
div.DivClassName
{
background-color: #789A45;
}
.BgClassName
{
background-color: #789A45;
}
</style>
border-color css
<style>
span { border-color: #789A45; }
span { border-color: rgb(120,154,69); }
td.TdClassName
{
border-color: #789A45;
}
.TagClassName
{
border-color: #789A45;
}
</style>