Shades of Mantis #7DC068
Tints of Mantis #7DC068
RGB
CMYK
RGB Variations
Color information
#7DC068 (or 0x7DC068) is known color: Mantis. HEX triplet: 7D, C0 and 68. RGB value is (125,192,104). Sum of RGB (Red+Green+Blue) = 125+192+104=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC068 is #823F97. Grayscale: #A2A2A2. Windows color (decimal): -8535960 or 6865021. OLE color: 6865021.
HSL color Cylindrical-coordinate representation of color #7DC068: hue angle of 105.68º 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 #7DC068 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 104 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.25 |
| HSL | 105.68º | 0.41% | 0.58% | - |
| HSV(B) | 105.68º | 0.46% | 0.75% | - |
| XYZ | 29.81 | 43.06 | 19.84 | - |
| YUV | 161.94 | 95.3 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 104 | 0.35 | 0 | 0.46 | 0.25 | 105.68 | 0.41 | 0.58 |
| Hex | 7D | C0 | 68 | 23 | 0 | 2E | 19 | 6A | 29 | 3A |
| Octal | 175 | 300 | 150 | 43 | 0 | 56 | 31 | 152 | 51 | 72 |
| Binary | 1111101 | 11000000 | 1101000 | 100011 | 0 | 101110 | 11001 | 1101010 | 101001 | 111010 |
Color Harmonies of #7DC068
Complementary color
Monochromatic Colors of #7DC068
Black with #7DC068
Text Example
Text Example
White with #7DC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC068; }
p { color: rgb(125,192,104); }
H1.HeaderClassName
{
color: #7DC068;
}
.AnyTagClassName
{
color: #7DC068;
}
</style>
background-color css
<style>
a { background-color: #7DC068; }
a { background-color: rgb(125,192,104); }
div.DivClassName
{
background-color: #7DC068;
}
.BgClassName
{
background-color: #7DC068;
}
</style>
border-color css
<style>
span { border-color: #7DC068; }
span { border-color: rgb(125,192,104); }
td.TdClassName
{
border-color: #7DC068;
}
.TagClassName
{
border-color: #7DC068;
}
</style>