Shades of Mantis #7DBA69
Tints of Mantis #7DBA69
RGB
CMYK
RGB Variations
Color information
#7DBA69 (or 0x7DBA69) is known color: Mantis. HEX triplet: 7D, BA and 69. RGB value is (125,186,105). Sum of RGB (Red+Green+Blue) = 125+186+105=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBA69 is #824596. Grayscale: #9E9E9E. Windows color (decimal): -8537495 or 6929021. OLE color: 6929021.
HSL color Cylindrical-coordinate representation of color #7DBA69: hue angle of 105.19º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DBA69 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 105 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.27 |
| HSL | 105.19º | 0.37% | 0.57% | - |
| HSV(B) | 105.19º | 0.44% | 0.73% | - |
| XYZ | 28.57 | 40.5 | 19.68 | - |
| YUV | 158.53 | 97.79 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 105 | 0.33 | 0 | 0.44 | 0.27 | 105.19 | 0.37 | 0.57 |
| Hex | 7D | BA | 69 | 21 | 0 | 2C | 1B | 69 | 25 | 39 |
| Octal | 175 | 272 | 151 | 41 | 0 | 54 | 33 | 151 | 45 | 71 |
| Binary | 1111101 | 10111010 | 1101001 | 100001 | 0 | 101100 | 11011 | 1101001 | 100101 | 111001 |
Color Harmonies of #7DBA69
Complementary color
Monochromatic Colors of #7DBA69
Black with #7DBA69
Text Example
Text Example
White with #7DBA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA69; }
p { color: rgb(125,186,105); }
H1.HeaderClassName
{
color: #7DBA69;
}
.AnyTagClassName
{
color: #7DBA69;
}
</style>
background-color css
<style>
a { background-color: #7DBA69; }
a { background-color: rgb(125,186,105); }
div.DivClassName
{
background-color: #7DBA69;
}
.BgClassName
{
background-color: #7DBA69;
}
</style>
border-color css
<style>
span { border-color: #7DBA69; }
span { border-color: rgb(125,186,105); }
td.TdClassName
{
border-color: #7DBA69;
}
.TagClassName
{
border-color: #7DBA69;
}
</style>