Shades of Sushi #6EA535
Tints of Sushi #6EA535
RGB
CMYK
RGB Variations
Color information
#6EA535 (or 0x6EA535) is known color: Sushi. HEX triplet: 6E, A5 and 35. RGB value is (110,165,53). Sum of RGB (Red+Green+Blue) = 110+165+53=328 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.54% from 328); Green value is 165 (64.84% from 255 or 50.30% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EA535 is #915ACA. Grayscale: #888888. Windows color (decimal): -9525963 or 3515758. OLE color: 3515758.
HSL color Cylindrical-coordinate representation of color #6EA535: hue angle of 89.46º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6EA535 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 110 | 165 | 53 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.35 |
| HSL | 89.46º | 0.51% | 0.43% | - |
| HSV(B) | 89.46º | 0.68% | 0.65% | - |
| XYZ | 20.53 | 30.48 | 8.17 | - |
| YUV | 135.79 | 81.28 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 165 | 53 | 0.33 | 0 | 0.68 | 0.35 | 89.46 | 0.51 | 0.43 |
| Hex | 6E | A5 | 35 | 21 | 0 | 44 | 23 | 59 | 33 | 2B |
| Octal | 156 | 245 | 65 | 41 | 0 | 104 | 43 | 131 | 63 | 53 |
| Binary | 1101110 | 10100101 | 110101 | 100001 | 0 | 1000100 | 100011 | 1011001 | 110011 | 101011 |
Color Harmonies of #6EA535
Complementary color
Monochromatic Colors of #6EA535
Black with #6EA535
Text Example
Text Example
White with #6EA535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA535; }
p { color: rgb(110,165,53); }
H1.HeaderClassName
{
color: #6EA535;
}
.AnyTagClassName
{
color: #6EA535;
}
</style>
background-color css
<style>
a { background-color: #6EA535; }
a { background-color: rgb(110,165,53); }
div.DivClassName
{
background-color: #6EA535;
}
.BgClassName
{
background-color: #6EA535;
}
</style>
border-color css
<style>
span { border-color: #6EA535; }
span { border-color: rgb(110,165,53); }
td.TdClassName
{
border-color: #6EA535;
}
.TagClassName
{
border-color: #6EA535;
}
</style>