Shades of Mantis #7DCC68
Tints of Mantis #7DCC68
RGB
CMYK
RGB Variations
Color information
#7DCC68 (or 0x7DCC68) is known color: Mantis. HEX triplet: 7D, CC and 68. RGB value is (125,204,104). Sum of RGB (Red+Green+Blue) = 125+204+104=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCC68 is #823397. Grayscale: #A9A9A9. Windows color (decimal): -8532888 or 6868093. OLE color: 6868093.
HSL color Cylindrical-coordinate representation of color #7DCC68: hue angle of 107.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DCC68 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 104 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.2 |
| HSL | 107.4º | 0.5% | 0.6% | - |
| HSV(B) | 107.4º | 0.49% | 0.8% | - |
| XYZ | 32.55 | 48.55 | 20.75 | - |
| YUV | 168.98 | 91.33 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 104 | 0.39 | 0 | 0.49 | 0.2 | 107.4 | 0.5 | 0.6 |
| Hex | 7D | CC | 68 | 27 | 0 | 31 | 14 | 6B | 32 | 3C |
| Octal | 175 | 314 | 150 | 47 | 0 | 61 | 24 | 153 | 62 | 74 |
| Binary | 1111101 | 11001100 | 1101000 | 100111 | 0 | 110001 | 10100 | 1101011 | 110010 | 111100 |
Color Harmonies of #7DCC68
Complementary color
Monochromatic Colors of #7DCC68
Black with #7DCC68
Text Example
Text Example
White with #7DCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCC68; }
p { color: rgb(125,204,104); }
H1.HeaderClassName
{
color: #7DCC68;
}
.AnyTagClassName
{
color: #7DCC68;
}
</style>
background-color css
<style>
a { background-color: #7DCC68; }
a { background-color: rgb(125,204,104); }
div.DivClassName
{
background-color: #7DCC68;
}
.BgClassName
{
background-color: #7DCC68;
}
</style>
border-color css
<style>
span { border-color: #7DCC68; }
span { border-color: rgb(125,204,104); }
td.TdClassName
{
border-color: #7DCC68;
}
.TagClassName
{
border-color: #7DCC68;
}
</style>