Shades of Mantis #7DB967
Tints of Mantis #7DB967
RGB
CMYK
RGB Variations
Color information
#7DB967 (or 0x7DB967) is known color: Mantis. HEX triplet: 7D, B9 and 67. RGB value is (125,185,103). Sum of RGB (Red+Green+Blue) = 125+185+103=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB967 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB967 is #824698. Grayscale: #9D9D9D. Windows color (decimal): -8537753 or 6797693. OLE color: 6797693.
HSL color Cylindrical-coordinate representation of color #7DB967: hue angle of 103.9º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DB967 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 103 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.27 |
| HSL | 103.9º | 0.37% | 0.56% | - |
| HSV(B) | 103.9º | 0.44% | 0.73% | - |
| XYZ | 28.25 | 40.04 | 19.07 | - |
| YUV | 157.71 | 97.12 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 103 | 0.32 | 0 | 0.44 | 0.27 | 103.9 | 0.37 | 0.56 |
| Hex | 7D | B9 | 67 | 20 | 0 | 2C | 1B | 68 | 25 | 38 |
| Octal | 175 | 271 | 147 | 40 | 0 | 54 | 33 | 150 | 45 | 70 |
| Binary | 1111101 | 10111001 | 1100111 | 100000 | 0 | 101100 | 11011 | 1101000 | 100101 | 111000 |
Color Harmonies of #7DB967
Complementary color
Monochromatic Colors of #7DB967
Black with #7DB967
Text Example
Text Example
White with #7DB967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB967; }
p { color: rgb(125,185,103); }
H1.HeaderClassName
{
color: #7DB967;
}
.AnyTagClassName
{
color: #7DB967;
}
</style>
background-color css
<style>
a { background-color: #7DB967; }
a { background-color: rgb(125,185,103); }
div.DivClassName
{
background-color: #7DB967;
}
.BgClassName
{
background-color: #7DB967;
}
</style>
border-color css
<style>
span { border-color: #7DB967; }
span { border-color: rgb(125,185,103); }
td.TdClassName
{
border-color: #7DB967;
}
.TagClassName
{
border-color: #7DB967;
}
</style>