Shades of Sushi #6DA835
Tints of Sushi #6DA835
RGB
CMYK
RGB Variations
Color information
#6DA835 (or 0x6DA835) is known color: Sushi. HEX triplet: 6D, A8 and 35. RGB value is (109,168,53). Sum of RGB (Red+Green+Blue) = 109+168+53=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA835 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA835 is #9257CA. Grayscale: #898989. Windows color (decimal): -9590731 or 3516525. OLE color: 3516525.
HSL color Cylindrical-coordinate representation of color #6DA835: hue angle of 90.78º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6DA835 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 168 | 53 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.34 |
| HSL | 90.78º | 0.52% | 0.43% | - |
| HSV(B) | 90.78º | 0.68% | 0.66% | - |
| XYZ | 20.95 | 31.51 | 8.35 | - |
| YUV | 137.25 | 80.45 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 53 | 0.35 | 0 | 0.68 | 0.34 | 90.78 | 0.52 | 0.43 |
| Hex | 6D | A8 | 35 | 23 | 0 | 44 | 22 | 5B | 34 | 2B |
| Octal | 155 | 250 | 65 | 43 | 0 | 104 | 42 | 133 | 64 | 53 |
| Binary | 1101101 | 10101000 | 110101 | 100011 | 0 | 1000100 | 100010 | 1011011 | 110100 | 101011 |
Color Harmonies of #6DA835
Complementary color
Monochromatic Colors of #6DA835
Black with #6DA835
Text Example
Text Example
White with #6DA835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA835; }
p { color: rgb(109,168,53); }
H1.HeaderClassName
{
color: #6DA835;
}
.AnyTagClassName
{
color: #6DA835;
}
</style>
background-color css
<style>
a { background-color: #6DA835; }
a { background-color: rgb(109,168,53); }
div.DivClassName
{
background-color: #6DA835;
}
.BgClassName
{
background-color: #6DA835;
}
</style>
border-color css
<style>
span { border-color: #6DA835; }
span { border-color: rgb(109,168,53); }
td.TdClassName
{
border-color: #6DA835;
}
.TagClassName
{
border-color: #6DA835;
}
</style>