Shades of Mantis #7DBE67
Tints of Mantis #7DBE67
RGB
CMYK
RGB Variations
Color information
#7DBE67 (or 0x7DBE67) is known color: Mantis. HEX triplet: 7D, BE and 67. RGB value is (125,190,103). Sum of RGB (Red+Green+Blue) = 125+190+103=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBE67 is #824198. Grayscale: #A0A0A0. Windows color (decimal): -8536473 or 6798973. OLE color: 6798973.
HSL color Cylindrical-coordinate representation of color #7DBE67: hue angle of 104.83º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DBE67 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 103 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.25 |
| HSL | 104.83º | 0.4% | 0.57% | - |
| HSV(B) | 104.83º | 0.46% | 0.75% | - |
| XYZ | 29.32 | 42.17 | 19.43 | - |
| YUV | 160.65 | 95.47 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 103 | 0.34 | 0 | 0.46 | 0.25 | 104.83 | 0.4 | 0.57 |
| Hex | 7D | BE | 67 | 22 | 0 | 2E | 19 | 69 | 28 | 39 |
| Octal | 175 | 276 | 147 | 42 | 0 | 56 | 31 | 151 | 50 | 71 |
| Binary | 1111101 | 10111110 | 1100111 | 100010 | 0 | 101110 | 11001 | 1101001 | 101000 | 111001 |
Color Harmonies of #7DBE67
Complementary color
Monochromatic Colors of #7DBE67
Black with #7DBE67
Text Example
Text Example
White with #7DBE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE67; }
p { color: rgb(125,190,103); }
H1.HeaderClassName
{
color: #7DBE67;
}
.AnyTagClassName
{
color: #7DBE67;
}
</style>
background-color css
<style>
a { background-color: #7DBE67; }
a { background-color: rgb(125,190,103); }
div.DivClassName
{
background-color: #7DBE67;
}
.BgClassName
{
background-color: #7DBE67;
}
</style>
border-color css
<style>
span { border-color: #7DBE67; }
span { border-color: rgb(125,190,103); }
td.TdClassName
{
border-color: #7DBE67;
}
.TagClassName
{
border-color: #7DBE67;
}
</style>