Shades of Sushi #7CA129
Tints of Sushi #7CA129
RGB
CMYK
RGB Variations
Color information
#7CA129 (or 0x7CA129) is known color: Sushi. HEX triplet: 7C, A1 and 29. RGB value is (124,161,41). Sum of RGB (Red+Green+Blue) = 124+161+41=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA129 is #835ED6. Grayscale: #888888. Windows color (decimal): -8609495 or 2728316. OLE color: 2728316.
HSL color Cylindrical-coordinate representation of color #7CA129: hue angle of 78.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CA129 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 161 | 41 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.37 |
| HSL | 78.5º | 0.59% | 0.4% | - |
| HSV(B) | 78.5º | 0.75% | 0.63% | - |
| XYZ | 21.46 | 29.93 | 6.74 | - |
| YUV | 136.26 | 74.24 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 161 | 41 | 0.23 | 0 | 0.75 | 0.37 | 78.5 | 0.59 | 0.4 |
| Hex | 7C | A1 | 29 | 17 | 0 | 4B | 25 | 4E | 3B | 28 |
| Octal | 174 | 241 | 51 | 27 | 0 | 113 | 45 | 116 | 73 | 50 |
| Binary | 1111100 | 10100001 | 101001 | 10111 | 0 | 1001011 | 100101 | 1001110 | 111011 | 101000 |
Color Harmonies of #7CA129
Complementary color
Monochromatic Colors of #7CA129
Black with #7CA129
Text Example
Text Example
White with #7CA129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA129; }
p { color: rgb(124,161,41); }
H1.HeaderClassName
{
color: #7CA129;
}
.AnyTagClassName
{
color: #7CA129;
}
</style>
background-color css
<style>
a { background-color: #7CA129; }
a { background-color: rgb(124,161,41); }
div.DivClassName
{
background-color: #7CA129;
}
.BgClassName
{
background-color: #7CA129;
}
</style>
border-color css
<style>
span { border-color: #7CA129; }
span { border-color: rgb(124,161,41); }
td.TdClassName
{
border-color: #7CA129;
}
.TagClassName
{
border-color: #7CA129;
}
</style>