Shades of Sushi #6E9B3A
Tints of Sushi #6E9B3A
RGB
CMYK
RGB Variations
Color information
#6E9B3A (or 0x6E9B3A) is known color: Sushi. HEX triplet: 6E, 9B and 3A. RGB value is (110,155,58). Sum of RGB (Red+Green+Blue) = 110+155+58=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #6E9B3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9B3A is #9164C5. Grayscale: #828282. Windows color (decimal): -9528518 or 3840878. OLE color: 3840878.
HSL color Cylindrical-coordinate representation of color #6E9B3A: hue angle of 87.84º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E9B3A is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 155 | 58 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.39 |
| HSL | 87.84º | 0.46% | 0.42% | - |
| HSV(B) | 87.84º | 0.63% | 0.61% | - |
| XYZ | 18.92 | 27.06 | 8.23 | - |
| YUV | 130.49 | 87.09 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 155 | 58 | 0.29 | 0 | 0.63 | 0.39 | 87.84 | 0.46 | 0.42 |
| Hex | 6E | 9B | 3A | 1D | 0 | 3F | 27 | 58 | 2E | 2A |
| Octal | 156 | 233 | 72 | 35 | 0 | 77 | 47 | 130 | 56 | 52 |
| Binary | 1101110 | 10011011 | 111010 | 11101 | 0 | 111111 | 100111 | 1011000 | 101110 | 101010 |
Color Harmonies of #6E9B3A
Complementary color
Monochromatic Colors of #6E9B3A
Black with #6E9B3A
Text Example
Text Example
White with #6E9B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9B3A; }
p { color: rgb(110,155,58); }
H1.HeaderClassName
{
color: #6E9B3A;
}
.AnyTagClassName
{
color: #6E9B3A;
}
</style>
background-color css
<style>
a { background-color: #6E9B3A; }
a { background-color: rgb(110,155,58); }
div.DivClassName
{
background-color: #6E9B3A;
}
.BgClassName
{
background-color: #6E9B3A;
}
</style>
border-color css
<style>
span { border-color: #6E9B3A; }
span { border-color: rgb(110,155,58); }
td.TdClassName
{
border-color: #6E9B3A;
}
.TagClassName
{
border-color: #6E9B3A;
}
</style>