Shades of Mantis #7DB265
Tints of Mantis #7DB265
RGB
CMYK
RGB Variations
Color information
#7DB265 (or 0x7DB265) is known color: Mantis. HEX triplet: 7D, B2 and 65. RGB value is (125,178,101). Sum of RGB (Red+Green+Blue) = 125+178+101=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB265 is #824D9A. Grayscale: #999999. Windows color (decimal): -8539547 or 6664829. OLE color: 6664829.
HSL color Cylindrical-coordinate representation of color #7DB265: hue angle of 101.3º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DB265 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 178 | 101 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.30 |
| HSL | 101.3º | 0.33% | 0.55% | - |
| HSV(B) | 101.3º | 0.43% | 0.7% | - |
| XYZ | 26.73 | 37.14 | 18.07 | - |
| YUV | 153.38 | 98.44 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 101 | 0.30 | 0 | 0.43 | 0.30 | 101.3 | 0.33 | 0.55 |
| Hex | 7D | B2 | 65 | 1E | 0 | 2B | 1E | 65 | 21 | 37 |
| Octal | 175 | 262 | 145 | 36 | 0 | 53 | 36 | 145 | 41 | 67 |
| Binary | 1111101 | 10110010 | 1100101 | 11110 | 0 | 101011 | 11110 | 1100101 | 100001 | 110111 |
Color Harmonies of #7DB265
Complementary color
Monochromatic Colors of #7DB265
Black with #7DB265
Text Example
Text Example
White with #7DB265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB265; }
p { color: rgb(125,178,101); }
H1.HeaderClassName
{
color: #7DB265;
}
.AnyTagClassName
{
color: #7DB265;
}
</style>
background-color css
<style>
a { background-color: #7DB265; }
a { background-color: rgb(125,178,101); }
div.DivClassName
{
background-color: #7DB265;
}
.BgClassName
{
background-color: #7DB265;
}
</style>
border-color css
<style>
span { border-color: #7DB265; }
span { border-color: rgb(125,178,101); }
td.TdClassName
{
border-color: #7DB265;
}
.TagClassName
{
border-color: #7DB265;
}
</style>