Shades of Mantis #6DBD5A
Tints of Mantis #6DBD5A
RGB
CMYK
RGB Variations
Color information
#6DBD5A (or 0x6DBD5A) is known color: Mantis. HEX triplet: 6D, BD and 5A. RGB value is (109,189,90). Sum of RGB (Red+Green+Blue) = 109+189+90=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBD5A is #9242A5. Grayscale: #9A9A9A. Windows color (decimal): -9585318 or 5946733. OLE color: 5946733.
HSL color Cylindrical-coordinate representation of color #6DBD5A: hue angle of 108.48º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DBD5A is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 90 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.26 |
| HSL | 108.48º | 0.43% | 0.55% | - |
| HSV(B) | 108.48º | 0.52% | 0.74% | - |
| XYZ | 26.35 | 40.38 | 16.08 | - |
| YUV | 153.79 | 92 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 90 | 0.42 | 0 | 0.52 | 0.26 | 108.48 | 0.43 | 0.55 |
| Hex | 6D | BD | 5A | 2A | 0 | 34 | 1A | 6C | 2B | 37 |
| Octal | 155 | 275 | 132 | 52 | 0 | 64 | 32 | 154 | 53 | 67 |
| Binary | 1101101 | 10111101 | 1011010 | 101010 | 0 | 110100 | 11010 | 1101100 | 101011 | 110111 |
Color Harmonies of #6DBD5A
Complementary color
Monochromatic Colors of #6DBD5A
Black with #6DBD5A
Text Example
Text Example
White with #6DBD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD5A; }
p { color: rgb(109,189,90); }
H1.HeaderClassName
{
color: #6DBD5A;
}
.AnyTagClassName
{
color: #6DBD5A;
}
</style>
background-color css
<style>
a { background-color: #6DBD5A; }
a { background-color: rgb(109,189,90); }
div.DivClassName
{
background-color: #6DBD5A;
}
.BgClassName
{
background-color: #6DBD5A;
}
</style>
border-color css
<style>
span { border-color: #6DBD5A; }
span { border-color: rgb(109,189,90); }
td.TdClassName
{
border-color: #6DBD5A;
}
.TagClassName
{
border-color: #6DBD5A;
}
</style>