Shades of Mantis #7CBB61
Tints of Mantis #7CBB61
RGB
CMYK
RGB Variations
Color information
#7CBB61 (or 0x7CBB61) is known color: Mantis. HEX triplet: 7C, BB and 61. RGB value is (124,187,97). Sum of RGB (Red+Green+Blue) = 124+187+97=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBB61 is #83449E. Grayscale: #9E9E9E. Windows color (decimal): -8602783 or 6404988. OLE color: 6404988.
HSL color Cylindrical-coordinate representation of color #7CBB61: hue angle of 102º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CBB61 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 187 | 97 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.27 |
| HSL | 102º | 0.4% | 0.56% | - |
| HSV(B) | 102º | 0.48% | 0.73% | - |
| XYZ | 28.24 | 40.69 | 17.67 | - |
| YUV | 157.9 | 93.63 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 187 | 97 | 0.34 | 0 | 0.48 | 0.27 | 102 | 0.4 | 0.56 |
| Hex | 7C | BB | 61 | 22 | 0 | 30 | 1B | 66 | 28 | 38 |
| Octal | 174 | 273 | 141 | 42 | 0 | 60 | 33 | 146 | 50 | 70 |
| Binary | 1111100 | 10111011 | 1100001 | 100010 | 0 | 110000 | 11011 | 1100110 | 101000 | 111000 |
Color Harmonies of #7CBB61
Complementary color
Monochromatic Colors of #7CBB61
Black with #7CBB61
Text Example
Text Example
White with #7CBB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBB61; }
p { color: rgb(124,187,97); }
H1.HeaderClassName
{
color: #7CBB61;
}
.AnyTagClassName
{
color: #7CBB61;
}
</style>
background-color css
<style>
a { background-color: #7CBB61; }
a { background-color: rgb(124,187,97); }
div.DivClassName
{
background-color: #7CBB61;
}
.BgClassName
{
background-color: #7CBB61;
}
</style>
border-color css
<style>
span { border-color: #7CBB61; }
span { border-color: rgb(124,187,97); }
td.TdClassName
{
border-color: #7CBB61;
}
.TagClassName
{
border-color: #7CBB61;
}
</style>