Shades of Sushi #7CA043
Tints of Sushi #7CA043
RGB
CMYK
RGB Variations
Color information
#7CA043 (or 0x7CA043) is known color: Sushi. HEX triplet: 7C, A0 and 43. RGB value is (124,160,67). Sum of RGB (Red+Green+Blue) = 124+160+67=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA043 is #835FBC. Grayscale: #8A8A8A. Windows color (decimal): -8609725 or 4431996. OLE color: 4431996.
HSL color Cylindrical-coordinate representation of color #7CA043: hue angle of 83.23º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7CA043 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 160 | 67 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.37 |
| HSL | 83.23º | 0.41% | 0.45% | - |
| HSV(B) | 83.23º | 0.58% | 0.63% | - |
| XYZ | 21.9 | 29.83 | 9.91 | - |
| YUV | 138.63 | 87.57 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 160 | 67 | 0.22 | 0 | 0.58 | 0.37 | 83.23 | 0.41 | 0.45 |
| Hex | 7C | A0 | 43 | 16 | 0 | 3A | 25 | 53 | 29 | 2D |
| Octal | 174 | 240 | 103 | 26 | 0 | 72 | 45 | 123 | 51 | 55 |
| Binary | 1111100 | 10100000 | 1000011 | 10110 | 0 | 111010 | 100101 | 1010011 | 101001 | 101101 |
Color Harmonies of #7CA043
Complementary color
Monochromatic Colors of #7CA043
Black with #7CA043
Text Example
Text Example
White with #7CA043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA043; }
p { color: rgb(124,160,67); }
H1.HeaderClassName
{
color: #7CA043;
}
.AnyTagClassName
{
color: #7CA043;
}
</style>
background-color css
<style>
a { background-color: #7CA043; }
a { background-color: rgb(124,160,67); }
div.DivClassName
{
background-color: #7CA043;
}
.BgClassName
{
background-color: #7CA043;
}
</style>
border-color css
<style>
span { border-color: #7CA043; }
span { border-color: rgb(124,160,67); }
td.TdClassName
{
border-color: #7CA043;
}
.TagClassName
{
border-color: #7CA043;
}
</style>