Shades of Sushi #6E9436
Tints of Sushi #6E9436
RGB
CMYK
RGB Variations
Color information
#6E9436 (or 0x6E9436) is known color: Sushi. HEX triplet: 6E, 94 and 36. RGB value is (110,148,54). Sum of RGB (Red+Green+Blue) = 110+148+54=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #6E9436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9436 is #916BC9. Grayscale: #7E7E7E. Windows color (decimal): -9530314 or 3576942. OLE color: 3576942.
HSL color Cylindrical-coordinate representation of color #6E9436: hue angle of 84.26º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E9436 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 148 | 54 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.42 |
| HSL | 84.26º | 0.47% | 0.4% | - |
| HSV(B) | 84.26º | 0.64% | 0.58% | - |
| XYZ | 17.69 | 24.76 | 7.34 | - |
| YUV | 125.92 | 87.41 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 148 | 54 | 0.26 | 0 | 0.64 | 0.42 | 84.26 | 0.47 | 0.4 |
| Hex | 6E | 94 | 36 | 1A | 0 | 40 | 2A | 54 | 2F | 28 |
| Octal | 156 | 224 | 66 | 32 | 0 | 100 | 52 | 124 | 57 | 50 |
| Binary | 1101110 | 10010100 | 110110 | 11010 | 0 | 1000000 | 101010 | 1010100 | 101111 | 101000 |
Color Harmonies of #6E9436
Complementary color
Monochromatic Colors of #6E9436
Black with #6E9436
Text Example
Text Example
White with #6E9436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9436; }
p { color: rgb(110,148,54); }
H1.HeaderClassName
{
color: #6E9436;
}
.AnyTagClassName
{
color: #6E9436;
}
</style>
background-color css
<style>
a { background-color: #6E9436; }
a { background-color: rgb(110,148,54); }
div.DivClassName
{
background-color: #6E9436;
}
.BgClassName
{
background-color: #6E9436;
}
</style>
border-color css
<style>
span { border-color: #6E9436; }
span { border-color: rgb(110,148,54); }
td.TdClassName
{
border-color: #6E9436;
}
.TagClassName
{
border-color: #6E9436;
}
</style>