Shades of Mantis #7DBF67
Tints of Mantis #7DBF67
RGB
CMYK
RGB Variations
Color information
#7DBF67 (or 0x7DBF67) is known color: Mantis. HEX triplet: 7D, BF and 67. RGB value is (125,191,103). Sum of RGB (Red+Green+Blue) = 125+191+103=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBF67 is #824098. Grayscale: #A1A1A1. Windows color (decimal): -8536217 or 6799229. OLE color: 6799229.
HSL color Cylindrical-coordinate representation of color #7DBF67: hue angle of 105º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DBF67 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 103 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.25 |
| HSL | 105º | 0.41% | 0.58% | - |
| HSV(B) | 105º | 0.46% | 0.75% | - |
| XYZ | 29.54 | 42.6 | 19.5 | - |
| YUV | 161.23 | 95.13 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 103 | 0.35 | 0 | 0.46 | 0.25 | 105 | 0.41 | 0.58 |
| Hex | 7D | BF | 67 | 23 | 0 | 2E | 19 | 69 | 29 | 3A |
| Octal | 175 | 277 | 147 | 43 | 0 | 56 | 31 | 151 | 51 | 72 |
| Binary | 1111101 | 10111111 | 1100111 | 100011 | 0 | 101110 | 11001 | 1101001 | 101001 | 111010 |
Color Harmonies of #7DBF67
Complementary color
Monochromatic Colors of #7DBF67
Black with #7DBF67
Text Example
Text Example
White with #7DBF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF67; }
p { color: rgb(125,191,103); }
H1.HeaderClassName
{
color: #7DBF67;
}
.AnyTagClassName
{
color: #7DBF67;
}
</style>
background-color css
<style>
a { background-color: #7DBF67; }
a { background-color: rgb(125,191,103); }
div.DivClassName
{
background-color: #7DBF67;
}
.BgClassName
{
background-color: #7DBF67;
}
</style>
border-color css
<style>
span { border-color: #7DBF67; }
span { border-color: rgb(125,191,103); }
td.TdClassName
{
border-color: #7DBF67;
}
.TagClassName
{
border-color: #7DBF67;
}
</style>