Shades of Sushi #6EA32F
Tints of Sushi #6EA32F
RGB
CMYK
RGB Variations
Color information
#6EA32F (or 0x6EA32F) is known color: Sushi. HEX triplet: 6E, A3 and 2F. RGB value is (110,163,47). Sum of RGB (Red+Green+Blue) = 110+163+47=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #6EA32F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EA32F is #915CD0. Grayscale: #868686. Windows color (decimal): -9526481 or 3122030. OLE color: 3122030.
HSL color Cylindrical-coordinate representation of color #6EA32F: hue angle of 87.41º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6EA32F is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 163 | 47 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.36 |
| HSL | 87.41º | 0.55% | 0.41% | - |
| HSV(B) | 87.41º | 0.71% | 0.64% | - |
| XYZ | 20.04 | 29.71 | 7.37 | - |
| YUV | 133.93 | 78.94 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 163 | 47 | 0.33 | 0 | 0.71 | 0.36 | 87.41 | 0.55 | 0.41 |
| Hex | 6E | A3 | 2F | 21 | 0 | 47 | 24 | 57 | 37 | 29 |
| Octal | 156 | 243 | 57 | 41 | 0 | 107 | 44 | 127 | 67 | 51 |
| Binary | 1101110 | 10100011 | 101111 | 100001 | 0 | 1000111 | 100100 | 1010111 | 110111 | 101001 |
Color Harmonies of #6EA32F
Complementary color
Monochromatic Colors of #6EA32F
Black with #6EA32F
Text Example
Text Example
White with #6EA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA32F; }
p { color: rgb(110,163,47); }
H1.HeaderClassName
{
color: #6EA32F;
}
.AnyTagClassName
{
color: #6EA32F;
}
</style>
background-color css
<style>
a { background-color: #6EA32F; }
a { background-color: rgb(110,163,47); }
div.DivClassName
{
background-color: #6EA32F;
}
.BgClassName
{
background-color: #6EA32F;
}
</style>
border-color css
<style>
span { border-color: #6EA32F; }
span { border-color: rgb(110,163,47); }
td.TdClassName
{
border-color: #6EA32F;
}
.TagClassName
{
border-color: #6EA32F;
}
</style>