Shades of Mantis #7BBF60
Tints of Mantis #7BBF60
RGB
CMYK
RGB Variations
Color information
#7BBF60 (or 0x7BBF60) is known color: Mantis. HEX triplet: 7B, BF and 60. RGB value is (123,191,96). Sum of RGB (Red+Green+Blue) = 123+191+96=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBF60 is #84409F. Grayscale: #A0A0A0. Windows color (decimal): -8667296 or 6340475. OLE color: 6340475.
HSL color Cylindrical-coordinate representation of color #7BBF60: hue angle of 102.95º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7BBF60 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 191 | 96 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.25 |
| HSL | 102.95º | 0.43% | 0.56% | - |
| HSV(B) | 102.95º | 0.5% | 0.75% | - |
| XYZ | 28.91 | 42.32 | 17.71 | - |
| YUV | 159.84 | 91.97 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 191 | 96 | 0.36 | 0 | 0.50 | 0.25 | 102.95 | 0.43 | 0.56 |
| Hex | 7B | BF | 60 | 24 | 0 | 32 | 19 | 67 | 2B | 38 |
| Octal | 173 | 277 | 140 | 44 | 0 | 62 | 31 | 147 | 53 | 70 |
| Binary | 1111011 | 10111111 | 1100000 | 100100 | 0 | 110010 | 11001 | 1100111 | 101011 | 111000 |
Color Harmonies of #7BBF60
Complementary color
Monochromatic Colors of #7BBF60
Black with #7BBF60
Text Example
Text Example
White with #7BBF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBF60; }
p { color: rgb(123,191,96); }
H1.HeaderClassName
{
color: #7BBF60;
}
.AnyTagClassName
{
color: #7BBF60;
}
</style>
background-color css
<style>
a { background-color: #7BBF60; }
a { background-color: rgb(123,191,96); }
div.DivClassName
{
background-color: #7BBF60;
}
.BgClassName
{
background-color: #7BBF60;
}
</style>
border-color css
<style>
span { border-color: #7BBF60; }
span { border-color: rgb(123,191,96); }
td.TdClassName
{
border-color: #7BBF60;
}
.TagClassName
{
border-color: #7BBF60;
}
</style>