Shades of Mantis #7DB567
Tints of Mantis #7DB567
RGB
CMYK
RGB Variations
Color information
#7DB567 (or 0x7DB567) is known color: Mantis. HEX triplet: 7D, B5 and 67. RGB value is (125,181,103). Sum of RGB (Red+Green+Blue) = 125+181+103=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB567 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB567 is #824A98. Grayscale: #9B9B9B. Windows color (decimal): -8538777 or 6796669. OLE color: 6796669.
HSL color Cylindrical-coordinate representation of color #7DB567: hue angle of 103.08º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DB567 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 103 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.29 |
| HSL | 103.08º | 0.35% | 0.56% | - |
| HSV(B) | 103.08º | 0.43% | 0.71% | - |
| XYZ | 27.43 | 38.39 | 18.8 | - |
| YUV | 155.36 | 98.45 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 103 | 0.31 | 0 | 0.43 | 0.29 | 103.08 | 0.35 | 0.56 |
| Hex | 7D | B5 | 67 | 1F | 0 | 2B | 1D | 67 | 23 | 38 |
| Octal | 175 | 265 | 147 | 37 | 0 | 53 | 35 | 147 | 43 | 70 |
| Binary | 1111101 | 10110101 | 1100111 | 11111 | 0 | 101011 | 11101 | 1100111 | 100011 | 111000 |
Color Harmonies of #7DB567
Complementary color
Monochromatic Colors of #7DB567
Black with #7DB567
Text Example
Text Example
White with #7DB567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB567; }
p { color: rgb(125,181,103); }
H1.HeaderClassName
{
color: #7DB567;
}
.AnyTagClassName
{
color: #7DB567;
}
</style>
background-color css
<style>
a { background-color: #7DB567; }
a { background-color: rgb(125,181,103); }
div.DivClassName
{
background-color: #7DB567;
}
.BgClassName
{
background-color: #7DB567;
}
</style>
border-color css
<style>
span { border-color: #7DB567; }
span { border-color: rgb(125,181,103); }
td.TdClassName
{
border-color: #7DB567;
}
.TagClassName
{
border-color: #7DB567;
}
</style>