Shades of Sushi #789941
Tints of Sushi #789941
RGB
CMYK
RGB Variations
Color information
#789941 (or 0x789941) is known color: Sushi. HEX triplet: 78, 99 and 41. RGB value is (120,153,65). Sum of RGB (Red+Green+Blue) = 120+153+65=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #789941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789941 is #8766BE. Grayscale: #858585. Windows color (decimal): -8873663 or 4299128. OLE color: 4299128.
HSL color Cylindrical-coordinate representation of color #789941: hue angle of 82.5º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #789941 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 65 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.4 |
| HSL | 82.5º | 0.4% | 0.43% | - |
| HSV(B) | 82.5º | 0.58% | 0.6% | - |
| XYZ | 20.09 | 27.16 | 9.18 | - |
| YUV | 133.1 | 89.57 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 65 | 0.22 | 0 | 0.58 | 0.4 | 82.5 | 0.4 | 0.43 |
| Hex | 78 | 99 | 41 | 16 | 0 | 3A | 28 | 52 | 28 | 2B |
| Octal | 170 | 231 | 101 | 26 | 0 | 72 | 50 | 122 | 50 | 53 |
| Binary | 1111000 | 10011001 | 1000001 | 10110 | 0 | 111010 | 101000 | 1010010 | 101000 | 101011 |
Color Harmonies of #789941
Complementary color
Monochromatic Colors of #789941
Black with #789941
Text Example
Text Example
White with #789941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789941; }
p { color: rgb(120,153,65); }
H1.HeaderClassName
{
color: #789941;
}
.AnyTagClassName
{
color: #789941;
}
</style>
background-color css
<style>
a { background-color: #789941; }
a { background-color: rgb(120,153,65); }
div.DivClassName
{
background-color: #789941;
}
.BgClassName
{
background-color: #789941;
}
</style>
border-color css
<style>
span { border-color: #789941; }
span { border-color: rgb(120,153,65); }
td.TdClassName
{
border-color: #789941;
}
.TagClassName
{
border-color: #789941;
}
</style>