Shades of Mantis #7DB767
Tints of Mantis #7DB767
RGB
CMYK
RGB Variations
Color information
#7DB767 (or 0x7DB767) is known color: Mantis. HEX triplet: 7D, B7 and 67. RGB value is (125,183,103). Sum of RGB (Red+Green+Blue) = 125+183+103=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB767 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB767 is #824898. Grayscale: #9C9C9C. Windows color (decimal): -8538265 or 6797181. OLE color: 6797181.
HSL color Cylindrical-coordinate representation of color #7DB767: hue angle of 103.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DB767 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 103 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.28 |
| HSL | 103.5º | 0.36% | 0.56% | - |
| HSV(B) | 103.5º | 0.44% | 0.72% | - |
| XYZ | 27.84 | 39.21 | 18.93 | - |
| YUV | 156.54 | 97.78 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 103 | 0.32 | 0 | 0.44 | 0.28 | 103.5 | 0.36 | 0.56 |
| Hex | 7D | B7 | 67 | 20 | 0 | 2C | 1C | 68 | 24 | 38 |
| Octal | 175 | 267 | 147 | 40 | 0 | 54 | 34 | 150 | 44 | 70 |
| Binary | 1111101 | 10110111 | 1100111 | 100000 | 0 | 101100 | 11100 | 1101000 | 100100 | 111000 |
Color Harmonies of #7DB767
Complementary color
Monochromatic Colors of #7DB767
Black with #7DB767
Text Example
Text Example
White with #7DB767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB767; }
p { color: rgb(125,183,103); }
H1.HeaderClassName
{
color: #7DB767;
}
.AnyTagClassName
{
color: #7DB767;
}
</style>
background-color css
<style>
a { background-color: #7DB767; }
a { background-color: rgb(125,183,103); }
div.DivClassName
{
background-color: #7DB767;
}
.BgClassName
{
background-color: #7DB767;
}
</style>
border-color css
<style>
span { border-color: #7DB767; }
span { border-color: rgb(125,183,103); }
td.TdClassName
{
border-color: #7DB767;
}
.TagClassName
{
border-color: #7DB767;
}
</style>