Shades of Sushi #7CA739
Tints of Sushi #7CA739
RGB
CMYK
RGB Variations
Color information
#7CA739 (or 0x7CA739) is known color: Sushi. HEX triplet: 7C, A7 and 39. RGB value is (124,167,57). Sum of RGB (Red+Green+Blue) = 124+167+57=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 167 (65.62% from 255 or 47.99% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 167 - color contains mainly: green. Hex color #7CA739 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA739 is #8358C6. Grayscale: #8E8E8E. Windows color (decimal): -8607943 or 3778428. OLE color: 3778428.
HSL color Cylindrical-coordinate representation of color #7CA739: hue angle of 83.45º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CA739 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 167 | 57 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.35 |
| HSL | 83.45º | 0.49% | 0.44% | - |
| HSV(B) | 83.45º | 0.66% | 0.65% | - |
| XYZ | 22.87 | 32.22 | 8.88 | - |
| YUV | 141.6 | 80.25 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 167 | 57 | 0.26 | 0 | 0.66 | 0.35 | 83.45 | 0.49 | 0.44 |
| Hex | 7C | A7 | 39 | 1A | 0 | 42 | 23 | 53 | 31 | 2C |
| Octal | 174 | 247 | 71 | 32 | 0 | 102 | 43 | 123 | 61 | 54 |
| Binary | 1111100 | 10100111 | 111001 | 11010 | 0 | 1000010 | 100011 | 1010011 | 110001 | 101100 |
Color Harmonies of #7CA739
Complementary color
Monochromatic Colors of #7CA739
Black with #7CA739
Text Example
Text Example
White with #7CA739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA739; }
p { color: rgb(124,167,57); }
H1.HeaderClassName
{
color: #7CA739;
}
.AnyTagClassName
{
color: #7CA739;
}
</style>
background-color css
<style>
a { background-color: #7CA739; }
a { background-color: rgb(124,167,57); }
div.DivClassName
{
background-color: #7CA739;
}
.BgClassName
{
background-color: #7CA739;
}
</style>
border-color css
<style>
span { border-color: #7CA739; }
span { border-color: rgb(124,167,57); }
td.TdClassName
{
border-color: #7CA739;
}
.TagClassName
{
border-color: #7CA739;
}
</style>