Shades of Sushi #6E983B
Tints of Sushi #6E983B
RGB
CMYK
RGB Variations
Color information
#6E983B (or 0x6E983B) is known color: Sushi. HEX triplet: 6E, 98 and 3B. RGB value is (110,152,59). Sum of RGB (Red+Green+Blue) = 110+152+59=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #6E983B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E983B is #9167C4. Grayscale: #818181. Windows color (decimal): -9529285 or 3905646. OLE color: 3905646.
HSL color Cylindrical-coordinate representation of color #6E983B: hue angle of 87.1º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E983B is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 152 | 59 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.40 |
| HSL | 87.1º | 0.44% | 0.41% | - |
| HSV(B) | 87.1º | 0.61% | 0.6% | - |
| XYZ | 18.45 | 26.09 | 8.2 | - |
| YUV | 128.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 152 | 59 | 0.28 | 0 | 0.61 | 0.40 | 87.1 | 0.44 | 0.41 |
| Hex | 6E | 98 | 3B | 1C | 0 | 3D | 28 | 57 | 2C | 29 |
| Octal | 156 | 230 | 73 | 34 | 0 | 75 | 50 | 127 | 54 | 51 |
| Binary | 1101110 | 10011000 | 111011 | 11100 | 0 | 111101 | 101000 | 1010111 | 101100 | 101001 |
Color Harmonies of #6E983B
Complementary color
Monochromatic Colors of #6E983B
Black with #6E983B
Text Example
Text Example
White with #6E983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E983B; }
p { color: rgb(110,152,59); }
H1.HeaderClassName
{
color: #6E983B;
}
.AnyTagClassName
{
color: #6E983B;
}
</style>
background-color css
<style>
a { background-color: #6E983B; }
a { background-color: rgb(110,152,59); }
div.DivClassName
{
background-color: #6E983B;
}
.BgClassName
{
background-color: #6E983B;
}
</style>
border-color css
<style>
span { border-color: #6E983B; }
span { border-color: rgb(110,152,59); }
td.TdClassName
{
border-color: #6E983B;
}
.TagClassName
{
border-color: #6E983B;
}
</style>