Shades of Sushi #6DA834
Tints of Sushi #6DA834
RGB
CMYK
RGB Variations
Color information
#6DA834 (or 0x6DA834) is known color: Sushi. HEX triplet: 6D, A8 and 34. RGB value is (109,168,52). Sum of RGB (Red+Green+Blue) = 109+168+52=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 168 (66.02% from 255 or 51.06% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DA834 is #9257CB. Grayscale: #898989. Windows color (decimal): -9590732 or 3450989. OLE color: 3450989.
HSL color Cylindrical-coordinate representation of color #6DA834: hue angle of 90.52º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6DA834 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 109 | 168 | 52 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.34 |
| HSL | 90.52º | 0.53% | 0.43% | - |
| HSV(B) | 90.52º | 0.69% | 0.66% | - |
| XYZ | 20.93 | 31.5 | 8.23 | - |
| YUV | 137.14 | 79.95 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 168 | 52 | 0.35 | 0 | 0.69 | 0.34 | 90.52 | 0.53 | 0.43 |
| Hex | 6D | A8 | 34 | 23 | 0 | 45 | 22 | 5B | 35 | 2B |
| Octal | 155 | 250 | 64 | 43 | 0 | 105 | 42 | 133 | 65 | 53 |
| Binary | 1101101 | 10101000 | 110100 | 100011 | 0 | 1000101 | 100010 | 1011011 | 110101 | 101011 |
Color Harmonies of #6DA834
Complementary color
Monochromatic Colors of #6DA834
Black with #6DA834
Text Example
Text Example
White with #6DA834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA834; }
p { color: rgb(109,168,52); }
H1.HeaderClassName
{
color: #6DA834;
}
.AnyTagClassName
{
color: #6DA834;
}
</style>
background-color css
<style>
a { background-color: #6DA834; }
a { background-color: rgb(109,168,52); }
div.DivClassName
{
background-color: #6DA834;
}
.BgClassName
{
background-color: #6DA834;
}
</style>
border-color css
<style>
span { border-color: #6DA834; }
span { border-color: rgb(109,168,52); }
td.TdClassName
{
border-color: #6DA834;
}
.TagClassName
{
border-color: #6DA834;
}
</style>