Shades of Mantis #7DB065
Tints of Mantis #7DB065
RGB
CMYK
RGB Variations
Color information
#7DB065 (or 0x7DB065) is known color: Mantis. HEX triplet: 7D, B0 and 65. RGB value is (125,176,101). Sum of RGB (Red+Green+Blue) = 125+176+101=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB065 is #824F9A. Grayscale: #989898. Windows color (decimal): -8540059 or 6664317. OLE color: 6664317.
HSL color Cylindrical-coordinate representation of color #7DB065: hue angle of 100.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DB065 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 101 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.31 |
| HSL | 100.8º | 0.32% | 0.54% | - |
| HSV(B) | 100.8º | 0.43% | 0.69% | - |
| XYZ | 26.33 | 36.35 | 17.94 | - |
| YUV | 152.2 | 99.1 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 101 | 0.29 | 0 | 0.43 | 0.31 | 100.8 | 0.32 | 0.54 |
| Hex | 7D | B0 | 65 | 1D | 0 | 2B | 1F | 65 | 20 | 36 |
| Octal | 175 | 260 | 145 | 35 | 0 | 53 | 37 | 145 | 40 | 66 |
| Binary | 1111101 | 10110000 | 1100101 | 11101 | 0 | 101011 | 11111 | 1100101 | 100000 | 110110 |
Color Harmonies of #7DB065
Complementary color
Monochromatic Colors of #7DB065
Black with #7DB065
Text Example
Text Example
White with #7DB065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB065; }
p { color: rgb(125,176,101); }
H1.HeaderClassName
{
color: #7DB065;
}
.AnyTagClassName
{
color: #7DB065;
}
</style>
background-color css
<style>
a { background-color: #7DB065; }
a { background-color: rgb(125,176,101); }
div.DivClassName
{
background-color: #7DB065;
}
.BgClassName
{
background-color: #7DB065;
}
</style>
border-color css
<style>
span { border-color: #7DB065; }
span { border-color: rgb(125,176,101); }
td.TdClassName
{
border-color: #7DB065;
}
.TagClassName
{
border-color: #7DB065;
}
</style>