Shades of Sushi #7CA32C
Tints of Sushi #7CA32C
RGB
CMYK
RGB Variations
Color information
#7CA32C (or 0x7CA32C) is known color: Sushi. HEX triplet: 7C, A3 and 2C. RGB value is (124,163,44). Sum of RGB (Red+Green+Blue) = 124+163+44=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 163 (64.06% from 255 or 49.24% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA32C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA32C is #835CD3. Grayscale: #8A8A8A. Windows color (decimal): -8608980 or 2925436. OLE color: 2925436.
HSL color Cylindrical-coordinate representation of color #7CA32C: hue angle of 79.66º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7CA32C is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 163 | 44 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.36 |
| HSL | 79.66º | 0.57% | 0.41% | - |
| HSV(B) | 79.66º | 0.73% | 0.64% | - |
| XYZ | 21.86 | 30.66 | 7.15 | - |
| YUV | 137.77 | 75.08 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 163 | 44 | 0.24 | 0 | 0.73 | 0.36 | 79.66 | 0.57 | 0.41 |
| Hex | 7C | A3 | 2C | 18 | 0 | 49 | 24 | 50 | 39 | 29 |
| Octal | 174 | 243 | 54 | 30 | 0 | 111 | 44 | 120 | 71 | 51 |
| Binary | 1111100 | 10100011 | 101100 | 11000 | 0 | 1001001 | 100100 | 1010000 | 111001 | 101001 |
Color Harmonies of #7CA32C
Complementary color
Monochromatic Colors of #7CA32C
Black with #7CA32C
Text Example
Text Example
White with #7CA32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA32C; }
p { color: rgb(124,163,44); }
H1.HeaderClassName
{
color: #7CA32C;
}
.AnyTagClassName
{
color: #7CA32C;
}
</style>
background-color css
<style>
a { background-color: #7CA32C; }
a { background-color: rgb(124,163,44); }
div.DivClassName
{
background-color: #7CA32C;
}
.BgClassName
{
background-color: #7CA32C;
}
</style>
border-color css
<style>
span { border-color: #7CA32C; }
span { border-color: rgb(124,163,44); }
td.TdClassName
{
border-color: #7CA32C;
}
.TagClassName
{
border-color: #7CA32C;
}
</style>