Shades of Sushi #6E9B40
Tints of Sushi #6E9B40
RGB
CMYK
RGB Variations
Color information
#6E9B40 (or 0x6E9B40) is known color: Sushi. HEX triplet: 6E, 9B and 40. RGB value is (110,155,64). Sum of RGB (Red+Green+Blue) = 110+155+64=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #6E9B40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9B40 is #9164BF. Grayscale: #838383. Windows color (decimal): -9528512 or 4234094. OLE color: 4234094.
HSL color Cylindrical-coordinate representation of color #6E9B40: hue angle of 89.67º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E9B40 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 155 | 64 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.39 |
| HSL | 89.67º | 0.42% | 0.43% | - |
| HSV(B) | 89.67º | 0.59% | 0.61% | - |
| XYZ | 19.08 | 27.13 | 9.08 | - |
| YUV | 131.17 | 90.09 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 155 | 64 | 0.29 | 0 | 0.59 | 0.39 | 89.67 | 0.42 | 0.43 |
| Hex | 6E | 9B | 40 | 1D | 0 | 3B | 27 | 5A | 2A | 2B |
| Octal | 156 | 233 | 100 | 35 | 0 | 73 | 47 | 132 | 52 | 53 |
| Binary | 1101110 | 10011011 | 1000000 | 11101 | 0 | 111011 | 100111 | 1011010 | 101010 | 101011 |
Color Harmonies of #6E9B40
Complementary color
Monochromatic Colors of #6E9B40
Black with #6E9B40
Text Example
Text Example
White with #6E9B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9B40; }
p { color: rgb(110,155,64); }
H1.HeaderClassName
{
color: #6E9B40;
}
.AnyTagClassName
{
color: #6E9B40;
}
</style>
background-color css
<style>
a { background-color: #6E9B40; }
a { background-color: rgb(110,155,64); }
div.DivClassName
{
background-color: #6E9B40;
}
.BgClassName
{
background-color: #6E9B40;
}
</style>
border-color css
<style>
span { border-color: #6E9B40; }
span { border-color: rgb(110,155,64); }
td.TdClassName
{
border-color: #6E9B40;
}
.TagClassName
{
border-color: #6E9B40;
}
</style>