Shades of Mantis #7DBA4A
Tints of Mantis #7DBA4A
RGB
CMYK
RGB Variations
Color information
#7DBA4A (or 0x7DBA4A) is known color: Mantis. HEX triplet: 7D, BA and 4A. RGB value is (125,186,74). Sum of RGB (Red+Green+Blue) = 125+186+74=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA4A is #8245B5. Grayscale: #9B9B9B. Windows color (decimal): -8537526 or 4897405. OLE color: 4897405.
HSL color Cylindrical-coordinate representation of color #7DBA4A: hue angle of 92.68º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7DBA4A is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 186 | 74 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.27 |
| HSL | 92.68º | 0.45% | 0.51% | - |
| HSV(B) | 92.68º | 0.6% | 0.73% | - |
| XYZ | 27.25 | 39.97 | 12.76 | - |
| YUV | 154.99 | 82.29 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 74 | 0.33 | 0 | 0.60 | 0.27 | 92.68 | 0.45 | 0.51 |
| Hex | 7D | BA | 4A | 21 | 0 | 3C | 1B | 5D | 2D | 33 |
| Octal | 175 | 272 | 112 | 41 | 0 | 74 | 33 | 135 | 55 | 63 |
| Binary | 1111101 | 10111010 | 1001010 | 100001 | 0 | 111100 | 11011 | 1011101 | 101101 | 110011 |
Color Harmonies of #7DBA4A
Complementary color
Monochromatic Colors of #7DBA4A
Black with #7DBA4A
Text Example
Text Example
White with #7DBA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBA4A; }
p { color: rgb(125,186,74); }
H1.HeaderClassName
{
color: #7DBA4A;
}
.AnyTagClassName
{
color: #7DBA4A;
}
</style>
background-color css
<style>
a { background-color: #7DBA4A; }
a { background-color: rgb(125,186,74); }
div.DivClassName
{
background-color: #7DBA4A;
}
.BgClassName
{
background-color: #7DBA4A;
}
</style>
border-color css
<style>
span { border-color: #7DBA4A; }
span { border-color: rgb(125,186,74); }
td.TdClassName
{
border-color: #7DBA4A;
}
.TagClassName
{
border-color: #7DBA4A;
}
</style>