Shades of Mantis #7DAF65
Tints of Mantis #7DAF65
RGB
CMYK
RGB Variations
Color information
#7DAF65 (or 0x7DAF65) is known color: Mantis. HEX triplet: 7D, AF and 65. RGB value is (125,175,101). Sum of RGB (Red+Green+Blue) = 125+175+101=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF65 is #82509A. Grayscale: #979797. Windows color (decimal): -8540315 or 6664061. OLE color: 6664061.
HSL color Cylindrical-coordinate representation of color #7DAF65: hue angle of 100.54º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DAF65 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 175 | 101 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.31 |
| HSL | 100.54º | 0.32% | 0.54% | - |
| HSV(B) | 100.54º | 0.42% | 0.69% | - |
| XYZ | 26.14 | 35.96 | 17.88 | - |
| YUV | 151.61 | 99.44 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 175 | 101 | 0.29 | 0 | 0.42 | 0.31 | 100.54 | 0.32 | 0.54 |
| Hex | 7D | AF | 65 | 1D | 0 | 2A | 1F | 65 | 20 | 36 |
| Octal | 175 | 257 | 145 | 35 | 0 | 52 | 37 | 145 | 40 | 66 |
| Binary | 1111101 | 10101111 | 1100101 | 11101 | 0 | 101010 | 11111 | 1100101 | 100000 | 110110 |
Color Harmonies of #7DAF65
Complementary color
Monochromatic Colors of #7DAF65
Black with #7DAF65
Text Example
Text Example
White with #7DAF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAF65; }
p { color: rgb(125,175,101); }
H1.HeaderClassName
{
color: #7DAF65;
}
.AnyTagClassName
{
color: #7DAF65;
}
</style>
background-color css
<style>
a { background-color: #7DAF65; }
a { background-color: rgb(125,175,101); }
div.DivClassName
{
background-color: #7DAF65;
}
.BgClassName
{
background-color: #7DAF65;
}
</style>
border-color css
<style>
span { border-color: #7DAF65; }
span { border-color: rgb(125,175,101); }
td.TdClassName
{
border-color: #7DAF65;
}
.TagClassName
{
border-color: #7DAF65;
}
</style>