Shades of Sushi #7C9841
Tints of Sushi #7C9841
RGB
CMYK
RGB Variations
Color information
#7C9841 (or 0x7C9841) is known color: Sushi. HEX triplet: 7C, 98 and 41. RGB value is (124,152,65). Sum of RGB (Red+Green+Blue) = 124+152+65=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #7C9841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9841 is #8367BE. Grayscale: #868686. Windows color (decimal): -8611775 or 4298876. OLE color: 4298876.
HSL color Cylindrical-coordinate representation of color #7C9841: hue angle of 79.31º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C9841 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 152 | 65 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.40 |
| HSL | 79.31º | 0.4% | 0.43% | - |
| HSV(B) | 79.31º | 0.57% | 0.6% | - |
| XYZ | 20.49 | 27.12 | 9.16 | - |
| YUV | 133.71 | 89.22 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 152 | 65 | 0.18 | 0 | 0.57 | 0.40 | 79.31 | 0.4 | 0.43 |
| Hex | 7C | 98 | 41 | 12 | 0 | 39 | 28 | 4F | 28 | 2B |
| Octal | 174 | 230 | 101 | 22 | 0 | 71 | 50 | 117 | 50 | 53 |
| Binary | 1111100 | 10011000 | 1000001 | 10010 | 0 | 111001 | 101000 | 1001111 | 101000 | 101011 |
Color Harmonies of #7C9841
Complementary color
Monochromatic Colors of #7C9841
Black with #7C9841
Text Example
Text Example
White with #7C9841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9841; }
p { color: rgb(124,152,65); }
H1.HeaderClassName
{
color: #7C9841;
}
.AnyTagClassName
{
color: #7C9841;
}
</style>
background-color css
<style>
a { background-color: #7C9841; }
a { background-color: rgb(124,152,65); }
div.DivClassName
{
background-color: #7C9841;
}
.BgClassName
{
background-color: #7C9841;
}
</style>
border-color css
<style>
span { border-color: #7C9841; }
span { border-color: rgb(124,152,65); }
td.TdClassName
{
border-color: #7C9841;
}
.TagClassName
{
border-color: #7C9841;
}
</style>