Shades of Mantis #7DBB68
Tints of Mantis #7DBB68
RGB
CMYK
RGB Variations
Color information
#7DBB68 (or 0x7DBB68) is known color: Mantis. HEX triplet: 7D, BB and 68. RGB value is (125,187,104). Sum of RGB (Red+Green+Blue) = 125+187+104=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB68 is #824497. Grayscale: #9F9F9F. Windows color (decimal): -8537240 or 6863741. OLE color: 6863741.
HSL color Cylindrical-coordinate representation of color #7DBB68: hue angle of 104.82º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DBB68 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 104 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.27 |
| HSL | 104.82º | 0.38% | 0.57% | - |
| HSV(B) | 104.82º | 0.44% | 0.73% | - |
| XYZ | 28.73 | 40.9 | 19.48 | - |
| YUV | 159 | 96.96 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 104 | 0.33 | 0 | 0.44 | 0.27 | 104.82 | 0.38 | 0.57 |
| Hex | 7D | BB | 68 | 21 | 0 | 2C | 1B | 69 | 26 | 39 |
| Octal | 175 | 273 | 150 | 41 | 0 | 54 | 33 | 151 | 46 | 71 |
| Binary | 1111101 | 10111011 | 1101000 | 100001 | 0 | 101100 | 11011 | 1101001 | 100110 | 111001 |
Color Harmonies of #7DBB68
Complementary color
Monochromatic Colors of #7DBB68
Black with #7DBB68
Text Example
Text Example
White with #7DBB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB68; }
p { color: rgb(125,187,104); }
H1.HeaderClassName
{
color: #7DBB68;
}
.AnyTagClassName
{
color: #7DBB68;
}
</style>
background-color css
<style>
a { background-color: #7DBB68; }
a { background-color: rgb(125,187,104); }
div.DivClassName
{
background-color: #7DBB68;
}
.BgClassName
{
background-color: #7DBB68;
}
</style>
border-color css
<style>
span { border-color: #7DBB68; }
span { border-color: rgb(125,187,104); }
td.TdClassName
{
border-color: #7DBB68;
}
.TagClassName
{
border-color: #7DBB68;
}
</style>