Shades of Mantis #7DB05F
Tints of Mantis #7DB05F
RGB
CMYK
RGB Variations
Color information
#7DB05F (or 0x7DB05F) is known color: Mantis. HEX triplet: 7D, B0 and 5F. RGB value is (125,176,95). Sum of RGB (Red+Green+Blue) = 125+176+95=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB05F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB05F is #824FA0. Grayscale: #979797. Windows color (decimal): -8540065 or 6271101. OLE color: 6271101.
HSL color Cylindrical-coordinate representation of color #7DB05F: hue angle of 97.78º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DB05F is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 95 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.31 |
| HSL | 97.78º | 0.34% | 0.53% | - |
| HSV(B) | 97.78º | 0.46% | 0.69% | - |
| XYZ | 26.05 | 36.24 | 16.45 | - |
| YUV | 151.52 | 96.1 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 95 | 0.29 | 0 | 0.46 | 0.31 | 97.78 | 0.34 | 0.53 |
| Hex | 7D | B0 | 5F | 1D | 0 | 2E | 1F | 62 | 22 | 35 |
| Octal | 175 | 260 | 137 | 35 | 0 | 56 | 37 | 142 | 42 | 65 |
| Binary | 1111101 | 10110000 | 1011111 | 11101 | 0 | 101110 | 11111 | 1100010 | 100010 | 110101 |
Color Harmonies of #7DB05F
Complementary color
Monochromatic Colors of #7DB05F
Black with #7DB05F
Text Example
Text Example
White with #7DB05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB05F; }
p { color: rgb(125,176,95); }
H1.HeaderClassName
{
color: #7DB05F;
}
.AnyTagClassName
{
color: #7DB05F;
}
</style>
background-color css
<style>
a { background-color: #7DB05F; }
a { background-color: rgb(125,176,95); }
div.DivClassName
{
background-color: #7DB05F;
}
.BgClassName
{
background-color: #7DB05F;
}
</style>
border-color css
<style>
span { border-color: #7DB05F; }
span { border-color: rgb(125,176,95); }
td.TdClassName
{
border-color: #7DB05F;
}
.TagClassName
{
border-color: #7DB05F;
}
</style>