Shades of Sushi #789A30
Tints of Sushi #789A30
RGB
CMYK
RGB Variations
Color information
#789A30 (or 0x789A30) is known color: Sushi. HEX triplet: 78, 9A and 30. RGB value is (120,154,48). Sum of RGB (Red+Green+Blue) = 120+154+48=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #789A30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789A30 is #8765CF. Grayscale: #848484. Windows color (decimal): -8873424 or 3185272. OLE color: 3185272.
HSL color Cylindrical-coordinate representation of color #789A30: hue angle of 79.25º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #789A30 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 154 | 48 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.40 |
| HSL | 79.25º | 0.52% | 0.4% | - |
| HSV(B) | 79.25º | 0.69% | 0.6% | - |
| XYZ | 19.83 | 27.32 | 7.02 | - |
| YUV | 131.75 | 80.74 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 48 | 0.22 | 0 | 0.69 | 0.40 | 79.25 | 0.52 | 0.4 |
| Hex | 78 | 9A | 30 | 16 | 0 | 45 | 28 | 4F | 34 | 28 |
| Octal | 170 | 232 | 60 | 26 | 0 | 105 | 50 | 117 | 64 | 50 |
| Binary | 1111000 | 10011010 | 110000 | 10110 | 0 | 1000101 | 101000 | 1001111 | 110100 | 101000 |
Color Harmonies of #789A30
Complementary color
Monochromatic Colors of #789A30
Black with #789A30
Text Example
Text Example
White with #789A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789A30; }
p { color: rgb(120,154,48); }
H1.HeaderClassName
{
color: #789A30;
}
.AnyTagClassName
{
color: #789A30;
}
</style>
background-color css
<style>
a { background-color: #789A30; }
a { background-color: rgb(120,154,48); }
div.DivClassName
{
background-color: #789A30;
}
.BgClassName
{
background-color: #789A30;
}
</style>
border-color css
<style>
span { border-color: #789A30; }
span { border-color: rgb(120,154,48); }
td.TdClassName
{
border-color: #789A30;
}
.TagClassName
{
border-color: #789A30;
}
</style>