Shades of Sushi #6E9932
Tints of Sushi #6E9932
RGB
CMYK
RGB Variations
Color information
#6E9932 (or 0x6E9932) is known color: Sushi. HEX triplet: 6E, 99 and 32. RGB value is (110,153,50). Sum of RGB (Red+Green+Blue) = 110+153+50=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #6E9932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9932 is #9166CD. Grayscale: #808080. Windows color (decimal): -9529038 or 3316078. OLE color: 3316078.
HSL color Cylindrical-coordinate representation of color #6E9932: hue angle of 85.05º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E9932 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 110 | 153 | 50 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.4 |
| HSL | 85.05º | 0.51% | 0.4% | - |
| HSV(B) | 85.05º | 0.67% | 0.6% | - |
| XYZ | 18.4 | 26.33 | 7.13 | - |
| YUV | 128.4 | 83.75 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 153 | 50 | 0.28 | 0 | 0.67 | 0.4 | 85.05 | 0.51 | 0.4 |
| Hex | 6E | 99 | 32 | 1C | 0 | 43 | 28 | 55 | 33 | 28 |
| Octal | 156 | 231 | 62 | 34 | 0 | 103 | 50 | 125 | 63 | 50 |
| Binary | 1101110 | 10011001 | 110010 | 11100 | 0 | 1000011 | 101000 | 1010101 | 110011 | 101000 |
Color Harmonies of #6E9932
Complementary color
Monochromatic Colors of #6E9932
Black with #6E9932
Text Example
Text Example
White with #6E9932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9932; }
p { color: rgb(110,153,50); }
H1.HeaderClassName
{
color: #6E9932;
}
.AnyTagClassName
{
color: #6E9932;
}
</style>
background-color css
<style>
a { background-color: #6E9932; }
a { background-color: rgb(110,153,50); }
div.DivClassName
{
background-color: #6E9932;
}
.BgClassName
{
background-color: #6E9932;
}
</style>
border-color css
<style>
span { border-color: #6E9932; }
span { border-color: rgb(110,153,50); }
td.TdClassName
{
border-color: #6E9932;
}
.TagClassName
{
border-color: #6E9932;
}
</style>