Shades of Mantis #7DBB65
Tints of Mantis #7DBB65
RGB
CMYK
RGB Variations
Color information
#7DBB65 (or 0x7DBB65) is known color: Mantis. HEX triplet: 7D, BB and 65. RGB value is (125,187,101). Sum of RGB (Red+Green+Blue) = 125+187+101=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB65 is #82449A. Grayscale: #9E9E9E. Windows color (decimal): -8537243 or 6667133. OLE color: 6667133.
HSL color Cylindrical-coordinate representation of color #7DBB65: hue angle of 103.26º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DBB65 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 101 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.27 |
| HSL | 103.26º | 0.39% | 0.56% | - |
| HSV(B) | 103.26º | 0.46% | 0.73% | - |
| XYZ | 28.58 | 40.84 | 18.69 | - |
| YUV | 158.66 | 95.46 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 101 | 0.33 | 0 | 0.46 | 0.27 | 103.26 | 0.39 | 0.56 |
| Hex | 7D | BB | 65 | 21 | 0 | 2E | 1B | 67 | 27 | 38 |
| Octal | 175 | 273 | 145 | 41 | 0 | 56 | 33 | 147 | 47 | 70 |
| Binary | 1111101 | 10111011 | 1100101 | 100001 | 0 | 101110 | 11011 | 1100111 | 100111 | 111000 |
Color Harmonies of #7DBB65
Complementary color
Monochromatic Colors of #7DBB65
Black with #7DBB65
Text Example
Text Example
White with #7DBB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB65; }
p { color: rgb(125,187,101); }
H1.HeaderClassName
{
color: #7DBB65;
}
.AnyTagClassName
{
color: #7DBB65;
}
</style>
background-color css
<style>
a { background-color: #7DBB65; }
a { background-color: rgb(125,187,101); }
div.DivClassName
{
background-color: #7DBB65;
}
.BgClassName
{
background-color: #7DBB65;
}
</style>
border-color css
<style>
span { border-color: #7DBB65; }
span { border-color: rgb(125,187,101); }
td.TdClassName
{
border-color: #7DBB65;
}
.TagClassName
{
border-color: #7DBB65;
}
</style>