Shades of Sushi #6DA53A
Tints of Sushi #6DA53A
RGB
CMYK
RGB Variations
Color information
#6DA53A (or 0x6DA53A) is known color: Sushi. HEX triplet: 6D, A5 and 3A. RGB value is (109,165,58). Sum of RGB (Red+Green+Blue) = 109+165+58=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA53A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA53A is #925AC5. Grayscale: #888888. Windows color (decimal): -9591494 or 3843437. OLE color: 3843437.
HSL color Cylindrical-coordinate representation of color #6DA53A: hue angle of 91.4º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6DA53A is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 165 | 58 | - |
| CMYK | 0.34 | 0 | 0.65 | 0.35 |
| HSL | 91.4º | 0.48% | 0.44% | - |
| HSV(B) | 91.4º | 0.65% | 0.65% | - |
| XYZ | 20.53 | 30.47 | 8.8 | - |
| YUV | 136.06 | 83.95 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 165 | 58 | 0.34 | 0 | 0.65 | 0.35 | 91.4 | 0.48 | 0.44 |
| Hex | 6D | A5 | 3A | 22 | 0 | 41 | 23 | 5B | 30 | 2C |
| Octal | 155 | 245 | 72 | 42 | 0 | 101 | 43 | 133 | 60 | 54 |
| Binary | 1101101 | 10100101 | 111010 | 100010 | 0 | 1000001 | 100011 | 1011011 | 110000 | 101100 |
Color Harmonies of #6DA53A
Complementary color
Monochromatic Colors of #6DA53A
Black with #6DA53A
Text Example
Text Example
White with #6DA53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA53A; }
p { color: rgb(109,165,58); }
H1.HeaderClassName
{
color: #6DA53A;
}
.AnyTagClassName
{
color: #6DA53A;
}
</style>
background-color css
<style>
a { background-color: #6DA53A; }
a { background-color: rgb(109,165,58); }
div.DivClassName
{
background-color: #6DA53A;
}
.BgClassName
{
background-color: #6DA53A;
}
</style>
border-color css
<style>
span { border-color: #6DA53A; }
span { border-color: rgb(109,165,58); }
td.TdClassName
{
border-color: #6DA53A;
}
.TagClassName
{
border-color: #6DA53A;
}
</style>