Shades of Sushi #6E913A
Tints of Sushi #6E913A
RGB
CMYK
RGB Variations
Color information
#6E913A (or 0x6E913A) is known color: Sushi. HEX triplet: 6E, 91 and 3A. RGB value is (110,145,58). Sum of RGB (Red+Green+Blue) = 110+145+58=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #6E913A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E913A is #916EC5. Grayscale: #7C7C7C. Windows color (decimal): -9531078 or 3838318. OLE color: 3838318.
HSL color Cylindrical-coordinate representation of color #6E913A: hue angle of 84.14º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E913A is Cyan = 0.24, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 58 | - |
| CMYK | 0.24 | 0 | 0.6 | 0.43 |
| HSL | 84.14º | 0.43% | 0.4% | - |
| HSV(B) | 84.14º | 0.6% | 0.57% | - |
| XYZ | 17.32 | 23.87 | 7.7 | - |
| YUV | 124.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 58 | 0.24 | 0 | 0.6 | 0.43 | 84.14 | 0.43 | 0.4 |
| Hex | 6E | 91 | 3A | 18 | 0 | 3C | 2B | 54 | 2B | 28 |
| Octal | 156 | 221 | 72 | 30 | 0 | 74 | 53 | 124 | 53 | 50 |
| Binary | 1101110 | 10010001 | 111010 | 11000 | 0 | 111100 | 101011 | 1010100 | 101011 | 101000 |
Color Harmonies of #6E913A
Complementary color
Monochromatic Colors of #6E913A
Black with #6E913A
Text Example
Text Example
White with #6E913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E913A; }
p { color: rgb(110,145,58); }
H1.HeaderClassName
{
color: #6E913A;
}
.AnyTagClassName
{
color: #6E913A;
}
</style>
background-color css
<style>
a { background-color: #6E913A; }
a { background-color: rgb(110,145,58); }
div.DivClassName
{
background-color: #6E913A;
}
.BgClassName
{
background-color: #6E913A;
}
</style>
border-color css
<style>
span { border-color: #6E913A; }
span { border-color: rgb(110,145,58); }
td.TdClassName
{
border-color: #6E913A;
}
.TagClassName
{
border-color: #6E913A;
}
</style>