Shades of Sushi #7CA636
Tints of Sushi #7CA636
RGB
CMYK
RGB Variations
Color information
#7CA636 (or 0x7CA636) is known color: Sushi. HEX triplet: 7C, A6 and 36. RGB value is (124,166,54). Sum of RGB (Red+Green+Blue) = 124+166+54=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA636 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA636 is #8359C9. Grayscale: #8D8D8D. Windows color (decimal): -8608202 or 3581564. OLE color: 3581564.
HSL color Cylindrical-coordinate representation of color #7CA636: hue angle of 82.5º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7CA636 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 166 | 54 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.35 |
| HSL | 82.5º | 0.51% | 0.43% | - |
| HSV(B) | 82.5º | 0.67% | 0.65% | - |
| XYZ | 22.61 | 31.82 | 8.44 | - |
| YUV | 140.67 | 79.09 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 166 | 54 | 0.25 | 0 | 0.67 | 0.35 | 82.5 | 0.51 | 0.43 |
| Hex | 7C | A6 | 36 | 19 | 0 | 43 | 23 | 52 | 33 | 2B |
| Octal | 174 | 246 | 66 | 31 | 0 | 103 | 43 | 122 | 63 | 53 |
| Binary | 1111100 | 10100110 | 110110 | 11001 | 0 | 1000011 | 100011 | 1010010 | 110011 | 101011 |
Color Harmonies of #7CA636
Complementary color
Monochromatic Colors of #7CA636
Black with #7CA636
Text Example
Text Example
White with #7CA636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA636; }
p { color: rgb(124,166,54); }
H1.HeaderClassName
{
color: #7CA636;
}
.AnyTagClassName
{
color: #7CA636;
}
</style>
background-color css
<style>
a { background-color: #7CA636; }
a { background-color: rgb(124,166,54); }
div.DivClassName
{
background-color: #7CA636;
}
.BgClassName
{
background-color: #7CA636;
}
</style>
border-color css
<style>
span { border-color: #7CA636; }
span { border-color: rgb(124,166,54); }
td.TdClassName
{
border-color: #7CA636;
}
.TagClassName
{
border-color: #7CA636;
}
</style>