Shades of Mantis #7DBB62
Tints of Mantis #7DBB62
RGB
CMYK
RGB Variations
Color information
#7DBB62 (or 0x7DBB62) is known color: Mantis. HEX triplet: 7D, BB and 62. RGB value is (125,187,98). Sum of RGB (Red+Green+Blue) = 125+187+98=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB62 is #82449D. Grayscale: #9E9E9E. Windows color (decimal): -8537246 or 6470525. OLE color: 6470525.
HSL color Cylindrical-coordinate representation of color #7DBB62: hue angle of 101.8º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DBB62 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 98 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.27 |
| HSL | 101.8º | 0.4% | 0.56% | - |
| HSV(B) | 101.8º | 0.48% | 0.73% | - |
| XYZ | 28.43 | 40.78 | 17.93 | - |
| YUV | 158.32 | 93.96 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 98 | 0.33 | 0 | 0.48 | 0.27 | 101.8 | 0.4 | 0.56 |
| Hex | 7D | BB | 62 | 21 | 0 | 30 | 1B | 66 | 28 | 38 |
| Octal | 175 | 273 | 142 | 41 | 0 | 60 | 33 | 146 | 50 | 70 |
| Binary | 1111101 | 10111011 | 1100010 | 100001 | 0 | 110000 | 11011 | 1100110 | 101000 | 111000 |
Color Harmonies of #7DBB62
Complementary color
Monochromatic Colors of #7DBB62
Black with #7DBB62
Text Example
Text Example
White with #7DBB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB62; }
p { color: rgb(125,187,98); }
H1.HeaderClassName
{
color: #7DBB62;
}
.AnyTagClassName
{
color: #7DBB62;
}
</style>
background-color css
<style>
a { background-color: #7DBB62; }
a { background-color: rgb(125,187,98); }
div.DivClassName
{
background-color: #7DBB62;
}
.BgClassName
{
background-color: #7DBB62;
}
</style>
border-color css
<style>
span { border-color: #7DBB62; }
span { border-color: rgb(125,187,98); }
td.TdClassName
{
border-color: #7DBB62;
}
.TagClassName
{
border-color: #7DBB62;
}
</style>