Shades of Sushi #7C9845
Tints of Sushi #7C9845
RGB
CMYK
RGB Variations
Color information
#7C9845 (or 0x7C9845) is known color: Sushi. HEX triplet: 7C, 98 and 45. RGB value is (124,152,69). Sum of RGB (Red+Green+Blue) = 124+152+69=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #7C9845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9845 is #8367BA. Grayscale: #868686. Windows color (decimal): -8611771 or 4561020. OLE color: 4561020.
HSL color Cylindrical-coordinate representation of color #7C9845: hue angle of 80.24º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C9845 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 152 | 69 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.40 |
| HSL | 80.24º | 0.38% | 0.43% | - |
| HSV(B) | 80.24º | 0.55% | 0.6% | - |
| XYZ | 20.61 | 27.17 | 9.79 | - |
| YUV | 134.17 | 91.22 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 152 | 69 | 0.18 | 0 | 0.55 | 0.40 | 80.24 | 0.38 | 0.43 |
| Hex | 7C | 98 | 45 | 12 | 0 | 37 | 28 | 50 | 26 | 2B |
| Octal | 174 | 230 | 105 | 22 | 0 | 67 | 50 | 120 | 46 | 53 |
| Binary | 1111100 | 10011000 | 1000101 | 10010 | 0 | 110111 | 101000 | 1010000 | 100110 | 101011 |
Color Harmonies of #7C9845
Complementary color
Monochromatic Colors of #7C9845
Black with #7C9845
Text Example
Text Example
White with #7C9845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9845; }
p { color: rgb(124,152,69); }
H1.HeaderClassName
{
color: #7C9845;
}
.AnyTagClassName
{
color: #7C9845;
}
</style>
background-color css
<style>
a { background-color: #7C9845; }
a { background-color: rgb(124,152,69); }
div.DivClassName
{
background-color: #7C9845;
}
.BgClassName
{
background-color: #7C9845;
}
</style>
border-color css
<style>
span { border-color: #7C9845; }
span { border-color: rgb(124,152,69); }
td.TdClassName
{
border-color: #7C9845;
}
.TagClassName
{
border-color: #7C9845;
}
</style>