Shades of Sushi #7CA42E
Tints of Sushi #7CA42E
RGB
CMYK
RGB Variations
Color information
#7CA42E (or 0x7CA42E) is known color: Sushi. HEX triplet: 7C, A4 and 2E. RGB value is (124,164,46). Sum of RGB (Red+Green+Blue) = 124+164+46=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 164 (64.45% from 255 or 49.10% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA42E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA42E is #835BD1. Grayscale: #8B8B8B. Windows color (decimal): -8608722 or 3056764. OLE color: 3056764.
HSL color Cylindrical-coordinate representation of color #7CA42E: hue angle of 80.34º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7CA42E is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 164 | 46 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.36 |
| HSL | 80.34º | 0.56% | 0.41% | - |
| HSV(B) | 80.34º | 0.72% | 0.64% | - |
| XYZ | 22.08 | 31.03 | 7.41 | - |
| YUV | 138.59 | 75.75 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 164 | 46 | 0.24 | 0 | 0.72 | 0.36 | 80.34 | 0.56 | 0.41 |
| Hex | 7C | A4 | 2E | 18 | 0 | 48 | 24 | 50 | 38 | 29 |
| Octal | 174 | 244 | 56 | 30 | 0 | 110 | 44 | 120 | 70 | 51 |
| Binary | 1111100 | 10100100 | 101110 | 11000 | 0 | 1001000 | 100100 | 1010000 | 111000 | 101001 |
Color Harmonies of #7CA42E
Complementary color
Monochromatic Colors of #7CA42E
Black with #7CA42E
Text Example
Text Example
White with #7CA42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA42E; }
p { color: rgb(124,164,46); }
H1.HeaderClassName
{
color: #7CA42E;
}
.AnyTagClassName
{
color: #7CA42E;
}
</style>
background-color css
<style>
a { background-color: #7CA42E; }
a { background-color: rgb(124,164,46); }
div.DivClassName
{
background-color: #7CA42E;
}
.BgClassName
{
background-color: #7CA42E;
}
</style>
border-color css
<style>
span { border-color: #7CA42E; }
span { border-color: rgb(124,164,46); }
td.TdClassName
{
border-color: #7CA42E;
}
.TagClassName
{
border-color: #7CA42E;
}
</style>