Shades of Sushi #6DA332
Tints of Sushi #6DA332
RGB
CMYK
RGB Variations
Color information
#6DA332 (or 0x6DA332) is known color: Sushi. HEX triplet: 6D, A3 and 32. RGB value is (109,163,50). Sum of RGB (Red+Green+Blue) = 109+163+50=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 163 (64.06% from 255 or 50.62% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 163 - color contains mainly: green. Hex color #6DA332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA332 is #925CCD. Grayscale: #868686. Windows color (decimal): -9592014 or 3318637. OLE color: 3318637.
HSL color Cylindrical-coordinate representation of color #6DA332: hue angle of 88.67º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6DA332 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 163 | 50 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.36 |
| HSL | 88.67º | 0.53% | 0.42% | - |
| HSV(B) | 88.67º | 0.69% | 0.64% | - |
| XYZ | 19.98 | 29.68 | 7.69 | - |
| YUV | 133.97 | 80.61 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 163 | 50 | 0.33 | 0 | 0.69 | 0.36 | 88.67 | 0.53 | 0.42 |
| Hex | 6D | A3 | 32 | 21 | 0 | 45 | 24 | 59 | 35 | 2A |
| Octal | 155 | 243 | 62 | 41 | 0 | 105 | 44 | 131 | 65 | 52 |
| Binary | 1101101 | 10100011 | 110010 | 100001 | 0 | 1000101 | 100100 | 1011001 | 110101 | 101010 |
Color Harmonies of #6DA332
Complementary color
Monochromatic Colors of #6DA332
Black with #6DA332
Text Example
Text Example
White with #6DA332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA332; }
p { color: rgb(109,163,50); }
H1.HeaderClassName
{
color: #6DA332;
}
.AnyTagClassName
{
color: #6DA332;
}
</style>
background-color css
<style>
a { background-color: #6DA332; }
a { background-color: rgb(109,163,50); }
div.DivClassName
{
background-color: #6DA332;
}
.BgClassName
{
background-color: #6DA332;
}
</style>
border-color css
<style>
span { border-color: #6DA332; }
span { border-color: rgb(109,163,50); }
td.TdClassName
{
border-color: #6DA332;
}
.TagClassName
{
border-color: #6DA332;
}
</style>