Shades of Sushi #6DA836
Tints of Sushi #6DA836
RGB
CMYK
RGB Variations
Color information
#6DA836 (or 0x6DA836) is known color: Sushi. HEX triplet: 6D, A8 and 36. RGB value is (109,168,54). Sum of RGB (Red+Green+Blue) = 109+168+54=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 168 (66.02% from 255 or 50.76% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA836 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA836 is #9257C9. Grayscale: #898989. Windows color (decimal): -9590730 or 3582061. OLE color: 3582061.
HSL color Cylindrical-coordinate representation of color #6DA836: hue angle of 91.05º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6DA836 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 168 | 54 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.34 |
| HSL | 91.05º | 0.51% | 0.44% | - |
| HSV(B) | 91.05º | 0.68% | 0.66% | - |
| XYZ | 20.98 | 31.52 | 8.47 | - |
| YUV | 137.36 | 80.95 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 54 | 0.35 | 0 | 0.68 | 0.34 | 91.05 | 0.51 | 0.44 |
| Hex | 6D | A8 | 36 | 23 | 0 | 44 | 22 | 5B | 33 | 2C |
| Octal | 155 | 250 | 66 | 43 | 0 | 104 | 42 | 133 | 63 | 54 |
| Binary | 1101101 | 10101000 | 110110 | 100011 | 0 | 1000100 | 100010 | 1011011 | 110011 | 101100 |
Color Harmonies of #6DA836
Complementary color
Monochromatic Colors of #6DA836
Black with #6DA836
Text Example
Text Example
White with #6DA836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA836; }
p { color: rgb(109,168,54); }
H1.HeaderClassName
{
color: #6DA836;
}
.AnyTagClassName
{
color: #6DA836;
}
</style>
background-color css
<style>
a { background-color: #6DA836; }
a { background-color: rgb(109,168,54); }
div.DivClassName
{
background-color: #6DA836;
}
.BgClassName
{
background-color: #6DA836;
}
</style>
border-color css
<style>
span { border-color: #6DA836; }
span { border-color: rgb(109,168,54); }
td.TdClassName
{
border-color: #6DA836;
}
.TagClassName
{
border-color: #6DA836;
}
</style>