Shades of Sushi #6E9E34
Tints of Sushi #6E9E34
RGB
CMYK
RGB Variations
Color information
#6E9E34 (or 0x6E9E34) is known color: Sushi. HEX triplet: 6E, 9E and 34. RGB value is (110,158,52). Sum of RGB (Red+Green+Blue) = 110+158+52=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 158 (62.11% from 255 or 49.38% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 158 - color contains mainly: green. Hex color #6E9E34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9E34 is #9161CB. Grayscale: #838383. Windows color (decimal): -9527756 or 3448430. OLE color: 3448430.
HSL color Cylindrical-coordinate representation of color #6E9E34: hue angle of 87.17º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E9E34 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 158 | 52 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.38 |
| HSL | 87.17º | 0.5% | 0.41% | - |
| HSV(B) | 87.17º | 0.67% | 0.62% | - |
| XYZ | 19.28 | 28.02 | 7.64 | - |
| YUV | 131.56 | 83.1 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 158 | 52 | 0.30 | 0 | 0.67 | 0.38 | 87.17 | 0.5 | 0.41 |
| Hex | 6E | 9E | 34 | 1E | 0 | 43 | 26 | 57 | 32 | 29 |
| Octal | 156 | 236 | 64 | 36 | 0 | 103 | 46 | 127 | 62 | 51 |
| Binary | 1101110 | 10011110 | 110100 | 11110 | 0 | 1000011 | 100110 | 1010111 | 110010 | 101001 |
Color Harmonies of #6E9E34
Complementary color
Monochromatic Colors of #6E9E34
Black with #6E9E34
Text Example
Text Example
White with #6E9E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9E34; }
p { color: rgb(110,158,52); }
H1.HeaderClassName
{
color: #6E9E34;
}
.AnyTagClassName
{
color: #6E9E34;
}
</style>
background-color css
<style>
a { background-color: #6E9E34; }
a { background-color: rgb(110,158,52); }
div.DivClassName
{
background-color: #6E9E34;
}
.BgClassName
{
background-color: #6E9E34;
}
</style>
border-color css
<style>
span { border-color: #6E9E34; }
span { border-color: rgb(110,158,52); }
td.TdClassName
{
border-color: #6E9E34;
}
.TagClassName
{
border-color: #6E9E34;
}
</style>