Shades of Mantis #7DBC68
Tints of Mantis #7DBC68
RGB
CMYK
RGB Variations
Color information
#7DBC68 (or 0x7DBC68) is known color: Mantis. HEX triplet: 7D, BC and 68. RGB value is (125,188,104). Sum of RGB (Red+Green+Blue) = 125+188+104=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBC68 is #824397. Grayscale: #9F9F9F. Windows color (decimal): -8536984 or 6863997. OLE color: 6863997.
HSL color Cylindrical-coordinate representation of color #7DBC68: hue angle of 105º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DBC68 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 104 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.26 |
| HSL | 105º | 0.39% | 0.57% | - |
| HSV(B) | 105º | 0.45% | 0.74% | - |
| XYZ | 28.94 | 41.33 | 19.55 | - |
| YUV | 159.59 | 96.63 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 104 | 0.34 | 0 | 0.45 | 0.26 | 105 | 0.39 | 0.57 |
| Hex | 7D | BC | 68 | 22 | 0 | 2D | 1A | 69 | 27 | 39 |
| Octal | 175 | 274 | 150 | 42 | 0 | 55 | 32 | 151 | 47 | 71 |
| Binary | 1111101 | 10111100 | 1101000 | 100010 | 0 | 101101 | 11010 | 1101001 | 100111 | 111001 |
Color Harmonies of #7DBC68
Complementary color
Monochromatic Colors of #7DBC68
Black with #7DBC68
Text Example
Text Example
White with #7DBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC68; }
p { color: rgb(125,188,104); }
H1.HeaderClassName
{
color: #7DBC68;
}
.AnyTagClassName
{
color: #7DBC68;
}
</style>
background-color css
<style>
a { background-color: #7DBC68; }
a { background-color: rgb(125,188,104); }
div.DivClassName
{
background-color: #7DBC68;
}
.BgClassName
{
background-color: #7DBC68;
}
</style>
border-color css
<style>
span { border-color: #7DBC68; }
span { border-color: rgb(125,188,104); }
td.TdClassName
{
border-color: #7DBC68;
}
.TagClassName
{
border-color: #7DBC68;
}
</style>