Shades of Sushi #789C41
Tints of Sushi #789C41
RGB
CMYK
RGB Variations
Color information
#789C41 (or 0x789C41) is known color: Sushi. HEX triplet: 78, 9C and 41. RGB value is (120,156,65). Sum of RGB (Red+Green+Blue) = 120+156+65=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #789C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789C41 is #8763BE. Grayscale: #878787. Windows color (decimal): -8872895 or 4299896. OLE color: 4299896.
HSL color Cylindrical-coordinate representation of color #789C41: hue angle of 83.74º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #789C41 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 156 | 65 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.39 |
| HSL | 83.74º | 0.41% | 0.43% | - |
| HSV(B) | 83.74º | 0.58% | 0.61% | - |
| XYZ | 20.59 | 28.15 | 9.35 | - |
| YUV | 134.86 | 88.57 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 65 | 0.23 | 0 | 0.58 | 0.39 | 83.74 | 0.41 | 0.43 |
| Hex | 78 | 9C | 41 | 17 | 0 | 3A | 27 | 54 | 29 | 2B |
| Octal | 170 | 234 | 101 | 27 | 0 | 72 | 47 | 124 | 51 | 53 |
| Binary | 1111000 | 10011100 | 1000001 | 10111 | 0 | 111010 | 100111 | 1010100 | 101001 | 101011 |
Color Harmonies of #789C41
Complementary color
Monochromatic Colors of #789C41
Black with #789C41
Text Example
Text Example
White with #789C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789C41; }
p { color: rgb(120,156,65); }
H1.HeaderClassName
{
color: #789C41;
}
.AnyTagClassName
{
color: #789C41;
}
</style>
background-color css
<style>
a { background-color: #789C41; }
a { background-color: rgb(120,156,65); }
div.DivClassName
{
background-color: #789C41;
}
.BgClassName
{
background-color: #789C41;
}
</style>
border-color css
<style>
span { border-color: #789C41; }
span { border-color: rgb(120,156,65); }
td.TdClassName
{
border-color: #789C41;
}
.TagClassName
{
border-color: #789C41;
}
</style>