Shades of Mantis #7DBB67
Tints of Mantis #7DBB67
RGB
CMYK
RGB Variations
Color information
#7DBB67 (or 0x7DBB67) is known color: Mantis. HEX triplet: 7D, BB and 67. RGB value is (125,187,103). Sum of RGB (Red+Green+Blue) = 125+187+103=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB67 is #824498. Grayscale: #9F9F9F. Windows color (decimal): -8537241 or 6798205. OLE color: 6798205.
HSL color Cylindrical-coordinate representation of color #7DBB67: hue angle of 104.29º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DBB67 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 103 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.27 |
| HSL | 104.29º | 0.38% | 0.57% | - |
| HSV(B) | 104.29º | 0.45% | 0.73% | - |
| XYZ | 28.68 | 40.88 | 19.21 | - |
| YUV | 158.89 | 96.46 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 103 | 0.33 | 0 | 0.45 | 0.27 | 104.29 | 0.38 | 0.57 |
| Hex | 7D | BB | 67 | 21 | 0 | 2D | 1B | 68 | 26 | 39 |
| Octal | 175 | 273 | 147 | 41 | 0 | 55 | 33 | 150 | 46 | 71 |
| Binary | 1111101 | 10111011 | 1100111 | 100001 | 0 | 101101 | 11011 | 1101000 | 100110 | 111001 |
Color Harmonies of #7DBB67
Complementary color
Monochromatic Colors of #7DBB67
Black with #7DBB67
Text Example
Text Example
White with #7DBB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB67; }
p { color: rgb(125,187,103); }
H1.HeaderClassName
{
color: #7DBB67;
}
.AnyTagClassName
{
color: #7DBB67;
}
</style>
background-color css
<style>
a { background-color: #7DBB67; }
a { background-color: rgb(125,187,103); }
div.DivClassName
{
background-color: #7DBB67;
}
.BgClassName
{
background-color: #7DBB67;
}
</style>
border-color css
<style>
span { border-color: #7DBB67; }
span { border-color: rgb(125,187,103); }
td.TdClassName
{
border-color: #7DBB67;
}
.TagClassName
{
border-color: #7DBB67;
}
</style>