Shades of Sushi #7EAB3C
Tints of Sushi #7EAB3C
RGB
CMYK
RGB Variations
Color information
#7EAB3C (or 0x7EAB3C) is known color: Sushi. HEX triplet: 7E, AB and 3C. RGB value is (126,171,60). Sum of RGB (Red+Green+Blue) = 126+171+60=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAB3C is #8154C3. Grayscale: #919191. Windows color (decimal): -8475844 or 3976062. OLE color: 3976062.
HSL color Cylindrical-coordinate representation of color #7EAB3C: hue angle of 84.32º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7EAB3C is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 171 | 60 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.33 |
| HSL | 84.32º | 0.48% | 0.45% | - |
| HSV(B) | 84.32º | 0.65% | 0.67% | - |
| XYZ | 23.98 | 33.89 | 9.55 | - |
| YUV | 144.89 | 80.09 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 171 | 60 | 0.26 | 0 | 0.65 | 0.33 | 84.32 | 0.48 | 0.45 |
| Hex | 7E | AB | 3C | 1A | 0 | 41 | 21 | 54 | 30 | 2D |
| Octal | 176 | 253 | 74 | 32 | 0 | 101 | 41 | 124 | 60 | 55 |
| Binary | 1111110 | 10101011 | 111100 | 11010 | 0 | 1000001 | 100001 | 1010100 | 110000 | 101101 |
Color Harmonies of #7EAB3C
Complementary color
Monochromatic Colors of #7EAB3C
Black with #7EAB3C
Text Example
Text Example
White with #7EAB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAB3C; }
p { color: rgb(126,171,60); }
H1.HeaderClassName
{
color: #7EAB3C;
}
.AnyTagClassName
{
color: #7EAB3C;
}
</style>
background-color css
<style>
a { background-color: #7EAB3C; }
a { background-color: rgb(126,171,60); }
div.DivClassName
{
background-color: #7EAB3C;
}
.BgClassName
{
background-color: #7EAB3C;
}
</style>
border-color css
<style>
span { border-color: #7EAB3C; }
span { border-color: rgb(126,171,60); }
td.TdClassName
{
border-color: #7EAB3C;
}
.TagClassName
{
border-color: #7EAB3C;
}
</style>