Shades of Sushi #6EAA35
Tints of Sushi #6EAA35
RGB
CMYK
RGB Variations
Color information
#6EAA35 (or 0x6EAA35) is known color: Sushi. HEX triplet: 6E, AA and 35. RGB value is (110,170,53). Sum of RGB (Red+Green+Blue) = 110+170+53=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #6EAA35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6EAA35 is #9155CA. Grayscale: #8B8B8B. Windows color (decimal): -9524683 or 3517038. OLE color: 3517038.
HSL color Cylindrical-coordinate representation of color #6EAA35: hue angle of 90.77º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6EAA35 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 170 | 53 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.33 |
| HSL | 90.77º | 0.52% | 0.44% | - |
| HSV(B) | 90.77º | 0.69% | 0.67% | - |
| XYZ | 21.45 | 32.32 | 8.48 | - |
| YUV | 138.72 | 79.62 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 170 | 53 | 0.35 | 0 | 0.69 | 0.33 | 90.77 | 0.52 | 0.44 |
| Hex | 6E | AA | 35 | 23 | 0 | 45 | 21 | 5B | 34 | 2C |
| Octal | 156 | 252 | 65 | 43 | 0 | 105 | 41 | 133 | 64 | 54 |
| Binary | 1101110 | 10101010 | 110101 | 100011 | 0 | 1000101 | 100001 | 1011011 | 110100 | 101100 |
Color Harmonies of #6EAA35
Complementary color
Monochromatic Colors of #6EAA35
Black with #6EAA35
Text Example
Text Example
White with #6EAA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAA35; }
p { color: rgb(110,170,53); }
H1.HeaderClassName
{
color: #6EAA35;
}
.AnyTagClassName
{
color: #6EAA35;
}
</style>
background-color css
<style>
a { background-color: #6EAA35; }
a { background-color: rgb(110,170,53); }
div.DivClassName
{
background-color: #6EAA35;
}
.BgClassName
{
background-color: #6EAA35;
}
</style>
border-color css
<style>
span { border-color: #6EAA35; }
span { border-color: rgb(110,170,53); }
td.TdClassName
{
border-color: #6EAA35;
}
.TagClassName
{
border-color: #6EAA35;
}
</style>