Shades of Sushi #6E9542
Tints of Sushi #6E9542
RGB
CMYK
RGB Variations
Color information
#6E9542 (or 0x6E9542) is known color: Sushi. HEX triplet: 6E, 95 and 42. RGB value is (110,149,66). Sum of RGB (Red+Green+Blue) = 110+149+66=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #6E9542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9542 is #916ABD. Grayscale: #808080. Windows color (decimal): -9530046 or 4363630. OLE color: 4363630.
HSL color Cylindrical-coordinate representation of color #6E9542: hue angle of 88.19º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E9542 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 149 | 66 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.42 |
| HSL | 88.19º | 0.39% | 0.42% | - |
| HSV(B) | 88.19º | 0.56% | 0.58% | - |
| XYZ | 18.16 | 25.2 | 9.06 | - |
| YUV | 127.88 | 93.08 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 149 | 66 | 0.26 | 0 | 0.56 | 0.42 | 88.19 | 0.39 | 0.42 |
| Hex | 6E | 95 | 42 | 1A | 0 | 38 | 2A | 58 | 27 | 2A |
| Octal | 156 | 225 | 102 | 32 | 0 | 70 | 52 | 130 | 47 | 52 |
| Binary | 1101110 | 10010101 | 1000010 | 11010 | 0 | 111000 | 101010 | 1011000 | 100111 | 101010 |
Color Harmonies of #6E9542
Complementary color
Monochromatic Colors of #6E9542
Black with #6E9542
Text Example
Text Example
White with #6E9542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9542; }
p { color: rgb(110,149,66); }
H1.HeaderClassName
{
color: #6E9542;
}
.AnyTagClassName
{
color: #6E9542;
}
</style>
background-color css
<style>
a { background-color: #6E9542; }
a { background-color: rgb(110,149,66); }
div.DivClassName
{
background-color: #6E9542;
}
.BgClassName
{
background-color: #6E9542;
}
</style>
border-color css
<style>
span { border-color: #6E9542; }
span { border-color: rgb(110,149,66); }
td.TdClassName
{
border-color: #6E9542;
}
.TagClassName
{
border-color: #6E9542;
}
</style>