Shades of Sushi #7CA643
Tints of Sushi #7CA643
RGB
CMYK
RGB Variations
Color information
#7CA643 (or 0x7CA643) is known color: Sushi. HEX triplet: 7C, A6 and 43. RGB value is (124,166,67). Sum of RGB (Red+Green+Blue) = 124+166+67=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA643 is #8359BC. Grayscale: #8E8E8E. Windows color (decimal): -8608189 or 4433532. OLE color: 4433532.
HSL color Cylindrical-coordinate representation of color #7CA643: hue angle of 85.45º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CA643 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 166 | 67 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.35 |
| HSL | 85.45º | 0.42% | 0.46% | - |
| HSV(B) | 85.45º | 0.6% | 0.65% | - |
| XYZ | 22.96 | 31.96 | 10.27 | - |
| YUV | 142.16 | 85.59 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 166 | 67 | 0.25 | 0 | 0.60 | 0.35 | 85.45 | 0.42 | 0.46 |
| Hex | 7C | A6 | 43 | 19 | 0 | 3C | 23 | 55 | 2A | 2E |
| Octal | 174 | 246 | 103 | 31 | 0 | 74 | 43 | 125 | 52 | 56 |
| Binary | 1111100 | 10100110 | 1000011 | 11001 | 0 | 111100 | 100011 | 1010101 | 101010 | 101110 |
Color Harmonies of #7CA643
Complementary color
Monochromatic Colors of #7CA643
Black with #7CA643
Text Example
Text Example
White with #7CA643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA643; }
p { color: rgb(124,166,67); }
H1.HeaderClassName
{
color: #7CA643;
}
.AnyTagClassName
{
color: #7CA643;
}
</style>
background-color css
<style>
a { background-color: #7CA643; }
a { background-color: rgb(124,166,67); }
div.DivClassName
{
background-color: #7CA643;
}
.BgClassName
{
background-color: #7CA643;
}
</style>
border-color css
<style>
span { border-color: #7CA643; }
span { border-color: rgb(124,166,67); }
td.TdClassName
{
border-color: #7CA643;
}
.TagClassName
{
border-color: #7CA643;
}
</style>