Shades of Sushi #6EA03E
Tints of Sushi #6EA03E
RGB
CMYK
RGB Variations
Color information
#6EA03E (or 0x6EA03E) is known color: Sushi. HEX triplet: 6E, A0 and 3E. RGB value is (110,160,62). Sum of RGB (Red+Green+Blue) = 110+160+62=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #6EA03E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EA03E is #915FC1. Grayscale: #868686. Windows color (decimal): -9527234 or 4104302. OLE color: 4104302.
HSL color Cylindrical-coordinate representation of color #6EA03E: hue angle of 90.61º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6EA03E is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 160 | 62 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.37 |
| HSL | 90.61º | 0.44% | 0.44% | - |
| HSV(B) | 90.61º | 0.61% | 0.63% | - |
| XYZ | 19.87 | 28.8 | 9.07 | - |
| YUV | 133.88 | 87.44 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 160 | 62 | 0.31 | 0 | 0.61 | 0.37 | 90.61 | 0.44 | 0.44 |
| Hex | 6E | A0 | 3E | 1F | 0 | 3D | 25 | 5B | 2C | 2C |
| Octal | 156 | 240 | 76 | 37 | 0 | 75 | 45 | 133 | 54 | 54 |
| Binary | 1101110 | 10100000 | 111110 | 11111 | 0 | 111101 | 100101 | 1011011 | 101100 | 101100 |
Color Harmonies of #6EA03E
Complementary color
Monochromatic Colors of #6EA03E
Black with #6EA03E
Text Example
Text Example
White with #6EA03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA03E; }
p { color: rgb(110,160,62); }
H1.HeaderClassName
{
color: #6EA03E;
}
.AnyTagClassName
{
color: #6EA03E;
}
</style>
background-color css
<style>
a { background-color: #6EA03E; }
a { background-color: rgb(110,160,62); }
div.DivClassName
{
background-color: #6EA03E;
}
.BgClassName
{
background-color: #6EA03E;
}
</style>
border-color css
<style>
span { border-color: #6EA03E; }
span { border-color: rgb(110,160,62); }
td.TdClassName
{
border-color: #6EA03E;
}
.TagClassName
{
border-color: #6EA03E;
}
</style>