Shades of Sushi #7EA73C
Tints of Sushi #7EA73C
RGB
CMYK
RGB Variations
Color information
#7EA73C (or 0x7EA73C) is known color: Sushi. HEX triplet: 7E, A7 and 3C. RGB value is (126,167,60). Sum of RGB (Red+Green+Blue) = 126+167+60=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #7EA73C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA73C is #8158C3. Grayscale: #8E8E8E. Windows color (decimal): -8476868 or 3975038. OLE color: 3975038.
HSL color Cylindrical-coordinate representation of color #7EA73C: hue angle of 82.99º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7EA73C is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 167 | 60 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.35 |
| HSL | 82.99º | 0.47% | 0.45% | - |
| HSV(B) | 82.99º | 0.64% | 0.65% | - |
| XYZ | 23.24 | 32.4 | 9.3 | - |
| YUV | 142.54 | 81.42 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 167 | 60 | 0.25 | 0 | 0.64 | 0.35 | 82.99 | 0.47 | 0.45 |
| Hex | 7E | A7 | 3C | 19 | 0 | 40 | 23 | 53 | 2F | 2D |
| Octal | 176 | 247 | 74 | 31 | 0 | 100 | 43 | 123 | 57 | 55 |
| Binary | 1111110 | 10100111 | 111100 | 11001 | 0 | 1000000 | 100011 | 1010011 | 101111 | 101101 |
Color Harmonies of #7EA73C
Complementary color
Monochromatic Colors of #7EA73C
Black with #7EA73C
Text Example
Text Example
White with #7EA73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA73C; }
p { color: rgb(126,167,60); }
H1.HeaderClassName
{
color: #7EA73C;
}
.AnyTagClassName
{
color: #7EA73C;
}
</style>
background-color css
<style>
a { background-color: #7EA73C; }
a { background-color: rgb(126,167,60); }
div.DivClassName
{
background-color: #7EA73C;
}
.BgClassName
{
background-color: #7EA73C;
}
</style>
border-color css
<style>
span { border-color: #7EA73C; }
span { border-color: rgb(126,167,60); }
td.TdClassName
{
border-color: #7EA73C;
}
.TagClassName
{
border-color: #7EA73C;
}
</style>