Shades of Mantis #7DB468
Tints of Mantis #7DB468
RGB
CMYK
RGB Variations
Color information
#7DB468 (or 0x7DB468) is known color: Mantis. HEX triplet: 7D, B4 and 68. RGB value is (125,180,104). Sum of RGB (Red+Green+Blue) = 125+180+104=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB468 is #824B97. Grayscale: #9B9B9B. Windows color (decimal): -8539032 or 6861949. OLE color: 6861949.
HSL color Cylindrical-coordinate representation of color #7DB468: hue angle of 103.42º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DB468 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 104 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.29 |
| HSL | 103.42º | 0.34% | 0.56% | - |
| HSV(B) | 103.42º | 0.42% | 0.71% | - |
| XYZ | 27.28 | 38 | 18.99 | - |
| YUV | 154.89 | 99.28 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 104 | 0.31 | 0 | 0.42 | 0.29 | 103.42 | 0.34 | 0.56 |
| Hex | 7D | B4 | 68 | 1F | 0 | 2A | 1D | 67 | 22 | 38 |
| Octal | 175 | 264 | 150 | 37 | 0 | 52 | 35 | 147 | 42 | 70 |
| Binary | 1111101 | 10110100 | 1101000 | 11111 | 0 | 101010 | 11101 | 1100111 | 100010 | 111000 |
Color Harmonies of #7DB468
Complementary color
Monochromatic Colors of #7DB468
Black with #7DB468
Text Example
Text Example
White with #7DB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB468; }
p { color: rgb(125,180,104); }
H1.HeaderClassName
{
color: #7DB468;
}
.AnyTagClassName
{
color: #7DB468;
}
</style>
background-color css
<style>
a { background-color: #7DB468; }
a { background-color: rgb(125,180,104); }
div.DivClassName
{
background-color: #7DB468;
}
.BgClassName
{
background-color: #7DB468;
}
</style>
border-color css
<style>
span { border-color: #7DB468; }
span { border-color: rgb(125,180,104); }
td.TdClassName
{
border-color: #7DB468;
}
.TagClassName
{
border-color: #7DB468;
}
</style>