Shades of Sushi #789A28
Tints of Sushi #789A28
RGB
CMYK
RGB Variations
Color information
#789A28 (or 0x789A28) is known color: Sushi. HEX triplet: 78, 9A and 28. RGB value is (120,154,40). Sum of RGB (Red+Green+Blue) = 120+154+40=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #789A28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789A28 is #8765D7. Grayscale: #838383. Windows color (decimal): -8873432 or 2660984. OLE color: 2660984.
HSL color Cylindrical-coordinate representation of color #789A28: hue angle of 77.89º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #789A28 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 154 | 40 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.40 |
| HSL | 77.89º | 0.59% | 0.38% | - |
| HSV(B) | 77.89º | 0.74% | 0.6% | - |
| XYZ | 19.68 | 27.26 | 6.23 | - |
| YUV | 130.84 | 76.74 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 40 | 0.22 | 0 | 0.74 | 0.40 | 77.89 | 0.59 | 0.38 |
| Hex | 78 | 9A | 28 | 16 | 0 | 4A | 28 | 4E | 3B | 26 |
| Octal | 170 | 232 | 50 | 26 | 0 | 112 | 50 | 116 | 73 | 46 |
| Binary | 1111000 | 10011010 | 101000 | 10110 | 0 | 1001010 | 101000 | 1001110 | 111011 | 100110 |
Color Harmonies of #789A28
Complementary color
Monochromatic Colors of #789A28
Black with #789A28
Text Example
Text Example
White with #789A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789A28; }
p { color: rgb(120,154,40); }
H1.HeaderClassName
{
color: #789A28;
}
.AnyTagClassName
{
color: #789A28;
}
</style>
background-color css
<style>
a { background-color: #789A28; }
a { background-color: rgb(120,154,40); }
div.DivClassName
{
background-color: #789A28;
}
.BgClassName
{
background-color: #789A28;
}
</style>
border-color css
<style>
span { border-color: #789A28; }
span { border-color: rgb(120,154,40); }
td.TdClassName
{
border-color: #789A28;
}
.TagClassName
{
border-color: #789A28;
}
</style>