Shades of Sushi #7CA428
Tints of Sushi #7CA428
RGB
CMYK
RGB Variations
Color information
#7CA428 (or 0x7CA428) is known color: Sushi. HEX triplet: 7C, A4 and 28. RGB value is (124,164,40). Sum of RGB (Red+Green+Blue) = 124+164+40=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA428 is #835BD7. Grayscale: #8A8A8A. Windows color (decimal): -8608728 or 2663548. OLE color: 2663548.
HSL color Cylindrical-coordinate representation of color #7CA428: hue angle of 79.35º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7CA428 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 164 | 40 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.36 |
| HSL | 79.35º | 0.61% | 0.4% | - |
| HSV(B) | 79.35º | 0.76% | 0.64% | - |
| XYZ | 21.97 | 30.99 | 6.83 | - |
| YUV | 137.9 | 72.75 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 164 | 40 | 0.24 | 0 | 0.76 | 0.36 | 79.35 | 0.61 | 0.4 |
| Hex | 7C | A4 | 28 | 18 | 0 | 4C | 24 | 4F | 3D | 28 |
| Octal | 174 | 244 | 50 | 30 | 0 | 114 | 44 | 117 | 75 | 50 |
| Binary | 1111100 | 10100100 | 101000 | 11000 | 0 | 1001100 | 100100 | 1001111 | 111101 | 101000 |
Color Harmonies of #7CA428
Complementary color
Monochromatic Colors of #7CA428
Black with #7CA428
Text Example
Text Example
White with #7CA428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA428; }
p { color: rgb(124,164,40); }
H1.HeaderClassName
{
color: #7CA428;
}
.AnyTagClassName
{
color: #7CA428;
}
</style>
background-color css
<style>
a { background-color: #7CA428; }
a { background-color: rgb(124,164,40); }
div.DivClassName
{
background-color: #7CA428;
}
.BgClassName
{
background-color: #7CA428;
}
</style>
border-color css
<style>
span { border-color: #7CA428; }
span { border-color: rgb(124,164,40); }
td.TdClassName
{
border-color: #7CA428;
}
.TagClassName
{
border-color: #7CA428;
}
</style>