Shades of Mantis #7DBB6F
Tints of Mantis #7DBB6F
RGB
CMYK
RGB Variations
Color information
#7DBB6F (or 0x7DBB6F) is known color: Mantis. HEX triplet: 7D, BB and 6F. RGB value is (125,187,111). Sum of RGB (Red+Green+Blue) = 125+187+111=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB6F is #824490. Grayscale: #A0A0A0. Windows color (decimal): -8537233 or 7322493. OLE color: 7322493.
HSL color Cylindrical-coordinate representation of color #7DBB6F: hue angle of 108.95º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DBB6F is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 111 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.27 |
| HSL | 108.95º | 0.36% | 0.58% | - |
| HSV(B) | 108.95º | 0.41% | 0.73% | - |
| XYZ | 29.1 | 41.05 | 21.43 | - |
| YUV | 159.8 | 100.46 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 111 | 0.33 | 0 | 0.41 | 0.27 | 108.95 | 0.36 | 0.58 |
| Hex | 7D | BB | 6F | 21 | 0 | 29 | 1B | 6D | 24 | 3A |
| Octal | 175 | 273 | 157 | 41 | 0 | 51 | 33 | 155 | 44 | 72 |
| Binary | 1111101 | 10111011 | 1101111 | 100001 | 0 | 101001 | 11011 | 1101101 | 100100 | 111010 |
Color Harmonies of #7DBB6F
Complementary color
Monochromatic Colors of #7DBB6F
Black with #7DBB6F
Text Example
Text Example
White with #7DBB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB6F; }
p { color: rgb(125,187,111); }
H1.HeaderClassName
{
color: #7DBB6F;
}
.AnyTagClassName
{
color: #7DBB6F;
}
</style>
background-color css
<style>
a { background-color: #7DBB6F; }
a { background-color: rgb(125,187,111); }
div.DivClassName
{
background-color: #7DBB6F;
}
.BgClassName
{
background-color: #7DBB6F;
}
</style>
border-color css
<style>
span { border-color: #7DBB6F; }
span { border-color: rgb(125,187,111); }
td.TdClassName
{
border-color: #7DBB6F;
}
.TagClassName
{
border-color: #7DBB6F;
}
</style>