Shades of Sushi #6E913F
Tints of Sushi #6E913F
RGB
CMYK
RGB Variations
Color information
#6E913F (or 0x6E913F) is known color: Sushi. HEX triplet: 6E, 91 and 3F. RGB value is (110,145,63). Sum of RGB (Red+Green+Blue) = 110+145+63=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #6E913F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E913F is #916EC0. Grayscale: #7D7D7D. Windows color (decimal): -9531073 or 4165998. OLE color: 4165998.
HSL color Cylindrical-coordinate representation of color #6E913F: hue angle of 85.61º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E913F is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 63 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.43 |
| HSL | 85.61º | 0.39% | 0.41% | - |
| HSV(B) | 85.61º | 0.57% | 0.57% | - |
| XYZ | 17.45 | 23.92 | 8.4 | - |
| YUV | 125.19 | 92.9 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 63 | 0.24 | 0 | 0.57 | 0.43 | 85.61 | 0.39 | 0.41 |
| Hex | 6E | 91 | 3F | 18 | 0 | 39 | 2B | 56 | 27 | 29 |
| Octal | 156 | 221 | 77 | 30 | 0 | 71 | 53 | 126 | 47 | 51 |
| Binary | 1101110 | 10010001 | 111111 | 11000 | 0 | 111001 | 101011 | 1010110 | 100111 | 101001 |
Color Harmonies of #6E913F
Complementary color
Monochromatic Colors of #6E913F
Black with #6E913F
Text Example
Text Example
White with #6E913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E913F; }
p { color: rgb(110,145,63); }
H1.HeaderClassName
{
color: #6E913F;
}
.AnyTagClassName
{
color: #6E913F;
}
</style>
background-color css
<style>
a { background-color: #6E913F; }
a { background-color: rgb(110,145,63); }
div.DivClassName
{
background-color: #6E913F;
}
.BgClassName
{
background-color: #6E913F;
}
</style>
border-color css
<style>
span { border-color: #6E913F; }
span { border-color: rgb(110,145,63); }
td.TdClassName
{
border-color: #6E913F;
}
.TagClassName
{
border-color: #6E913F;
}
</style>