Shades of Mantis #7BCB60
Tints of Mantis #7BCB60
RGB
CMYK
RGB Variations
Color information
#7BCB60 (or 0x7BCB60) is known color: Mantis. HEX triplet: 7B, CB and 60. RGB value is (123,203,96). Sum of RGB (Red+Green+Blue) = 123+203+96=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCB60 is #84349F. Grayscale: #A7A7A7. Windows color (decimal): -8664224 or 6343547. OLE color: 6343547.
HSL color Cylindrical-coordinate representation of color #7BCB60: hue angle of 104.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7BCB60 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 203 | 96 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.20 |
| HSL | 104.86º | 0.51% | 0.59% | - |
| HSV(B) | 104.86º | 0.53% | 0.8% | - |
| XYZ | 31.64 | 47.77 | 18.62 | - |
| YUV | 166.88 | 88 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 203 | 96 | 0.39 | 0 | 0.53 | 0.20 | 104.86 | 0.51 | 0.59 |
| Hex | 7B | CB | 60 | 27 | 0 | 35 | 14 | 69 | 33 | 3B |
| Octal | 173 | 313 | 140 | 47 | 0 | 65 | 24 | 151 | 63 | 73 |
| Binary | 1111011 | 11001011 | 1100000 | 100111 | 0 | 110101 | 10100 | 1101001 | 110011 | 111011 |
Color Harmonies of #7BCB60
Complementary color
Monochromatic Colors of #7BCB60
Black with #7BCB60
Text Example
Text Example
White with #7BCB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCB60; }
p { color: rgb(123,203,96); }
H1.HeaderClassName
{
color: #7BCB60;
}
.AnyTagClassName
{
color: #7BCB60;
}
</style>
background-color css
<style>
a { background-color: #7BCB60; }
a { background-color: rgb(123,203,96); }
div.DivClassName
{
background-color: #7BCB60;
}
.BgClassName
{
background-color: #7BCB60;
}
</style>
border-color css
<style>
span { border-color: #7BCB60; }
span { border-color: rgb(123,203,96); }
td.TdClassName
{
border-color: #7BCB60;
}
.TagClassName
{
border-color: #7BCB60;
}
</style>