Shades of Sushi #7EAC3C
Tints of Sushi #7EAC3C
RGB
CMYK
RGB Variations
Color information
#7EAC3C (or 0x7EAC3C) is known color: Sushi. HEX triplet: 7E, AC and 3C. RGB value is (126,172,60). Sum of RGB (Red+Green+Blue) = 126+172+60=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAC3C is #8153C3. Grayscale: #919191. Windows color (decimal): -8475588 or 3976318. OLE color: 3976318.
HSL color Cylindrical-coordinate representation of color #7EAC3C: hue angle of 84.64º 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 #7EAC3C is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 172 | 60 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.33 |
| HSL | 84.64º | 0.48% | 0.45% | - |
| HSV(B) | 84.64º | 0.65% | 0.67% | - |
| XYZ | 24.17 | 34.27 | 9.62 | - |
| YUV | 145.48 | 79.76 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 60 | 0.27 | 0 | 0.65 | 0.33 | 84.64 | 0.48 | 0.45 |
| Hex | 7E | AC | 3C | 1B | 0 | 41 | 21 | 55 | 30 | 2D |
| Octal | 176 | 254 | 74 | 33 | 0 | 101 | 41 | 125 | 60 | 55 |
| Binary | 1111110 | 10101100 | 111100 | 11011 | 0 | 1000001 | 100001 | 1010101 | 110000 | 101101 |
Color Harmonies of #7EAC3C
Complementary color
Monochromatic Colors of #7EAC3C
Black with #7EAC3C
Text Example
Text Example
White with #7EAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAC3C; }
p { color: rgb(126,172,60); }
H1.HeaderClassName
{
color: #7EAC3C;
}
.AnyTagClassName
{
color: #7EAC3C;
}
</style>
background-color css
<style>
a { background-color: #7EAC3C; }
a { background-color: rgb(126,172,60); }
div.DivClassName
{
background-color: #7EAC3C;
}
.BgClassName
{
background-color: #7EAC3C;
}
</style>
border-color css
<style>
span { border-color: #7EAC3C; }
span { border-color: rgb(126,172,60); }
td.TdClassName
{
border-color: #7EAC3C;
}
.TagClassName
{
border-color: #7EAC3C;
}
</style>