Shades of Sushi #6DA33A
Tints of Sushi #6DA33A
RGB
CMYK
RGB Variations
Color information
#6DA33A (or 0x6DA33A) is known color: Sushi. HEX triplet: 6D, A3 and 3A. RGB value is (109,163,58). Sum of RGB (Red+Green+Blue) = 109+163+58=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 163 - color contains mainly: green. Hex color #6DA33A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA33A is #925CC5. Grayscale: #878787. Windows color (decimal): -9592006 or 3842925. OLE color: 3842925.
HSL color Cylindrical-coordinate representation of color #6DA33A: hue angle of 90.86º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6DA33A is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 163 | 58 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.36 |
| HSL | 90.86º | 0.48% | 0.43% | - |
| HSV(B) | 90.86º | 0.64% | 0.64% | - |
| XYZ | 20.17 | 29.75 | 8.68 | - |
| YUV | 134.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 163 | 58 | 0.33 | 0 | 0.64 | 0.36 | 90.86 | 0.48 | 0.43 |
| Hex | 6D | A3 | 3A | 21 | 0 | 40 | 24 | 5B | 30 | 2B |
| Octal | 155 | 243 | 72 | 41 | 0 | 100 | 44 | 133 | 60 | 53 |
| Binary | 1101101 | 10100011 | 111010 | 100001 | 0 | 1000000 | 100100 | 1011011 | 110000 | 101011 |
Color Harmonies of #6DA33A
Complementary color
Monochromatic Colors of #6DA33A
Black with #6DA33A
Text Example
Text Example
White with #6DA33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA33A; }
p { color: rgb(109,163,58); }
H1.HeaderClassName
{
color: #6DA33A;
}
.AnyTagClassName
{
color: #6DA33A;
}
</style>
background-color css
<style>
a { background-color: #6DA33A; }
a { background-color: rgb(109,163,58); }
div.DivClassName
{
background-color: #6DA33A;
}
.BgClassName
{
background-color: #6DA33A;
}
</style>
border-color css
<style>
span { border-color: #6DA33A; }
span { border-color: rgb(109,163,58); }
td.TdClassName
{
border-color: #6DA33A;
}
.TagClassName
{
border-color: #6DA33A;
}
</style>