Shades of Mantis #7DBF6A
Tints of Mantis #7DBF6A
RGB
CMYK
RGB Variations
Color information
#7DBF6A (or 0x7DBF6A) is known color: Mantis. HEX triplet: 7D, BF and 6A. RGB value is (125,191,106). Sum of RGB (Red+Green+Blue) = 125+191+106=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF6A is #824095. Grayscale: #A1A1A1. Windows color (decimal): -8536214 or 6995837. OLE color: 6995837.
HSL color Cylindrical-coordinate representation of color #7DBF6A: hue angle of 106.59º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DBF6A is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 106 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.25 |
| HSL | 106.59º | 0.4% | 0.58% | - |
| HSV(B) | 106.59º | 0.45% | 0.75% | - |
| XYZ | 29.69 | 42.66 | 20.31 | - |
| YUV | 161.58 | 96.63 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 106 | 0.35 | 0 | 0.45 | 0.25 | 106.59 | 0.4 | 0.58 |
| Hex | 7D | BF | 6A | 23 | 0 | 2D | 19 | 6B | 28 | 3A |
| Octal | 175 | 277 | 152 | 43 | 0 | 55 | 31 | 153 | 50 | 72 |
| Binary | 1111101 | 10111111 | 1101010 | 100011 | 0 | 101101 | 11001 | 1101011 | 101000 | 111010 |
Color Harmonies of #7DBF6A
Complementary color
Monochromatic Colors of #7DBF6A
Black with #7DBF6A
Text Example
Text Example
White with #7DBF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF6A; }
p { color: rgb(125,191,106); }
H1.HeaderClassName
{
color: #7DBF6A;
}
.AnyTagClassName
{
color: #7DBF6A;
}
</style>
background-color css
<style>
a { background-color: #7DBF6A; }
a { background-color: rgb(125,191,106); }
div.DivClassName
{
background-color: #7DBF6A;
}
.BgClassName
{
background-color: #7DBF6A;
}
</style>
border-color css
<style>
span { border-color: #7DBF6A; }
span { border-color: rgb(125,191,106); }
td.TdClassName
{
border-color: #7DBF6A;
}
.TagClassName
{
border-color: #7DBF6A;
}
</style>