Shades of Mantis #7BB74C
Tints of Mantis #7BB74C
RGB
CMYK
RGB Variations
Color information
#7BB74C (or 0x7BB74C) is known color: Mantis. HEX triplet: 7B, B7 and 4C. RGB value is (123,183,76). Sum of RGB (Red+Green+Blue) = 123+183+76=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #7BB74C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BB74C is #8448B3. Grayscale: #999999. Windows color (decimal): -8669364 or 5027707. OLE color: 5027707.
HSL color Cylindrical-coordinate representation of color #7BB74C: hue angle of 93.64º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7BB74C is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 123 | 183 | 76 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.28 |
| HSL | 93.64º | 0.43% | 0.51% | - |
| HSV(B) | 93.64º | 0.58% | 0.72% | - |
| XYZ | 26.41 | 38.6 | 12.9 | - |
| YUV | 152.86 | 84.62 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 183 | 76 | 0.33 | 0 | 0.58 | 0.28 | 93.64 | 0.43 | 0.51 |
| Hex | 7B | B7 | 4C | 21 | 0 | 3A | 1C | 5E | 2B | 33 |
| Octal | 173 | 267 | 114 | 41 | 0 | 72 | 34 | 136 | 53 | 63 |
| Binary | 1111011 | 10110111 | 1001100 | 100001 | 0 | 111010 | 11100 | 1011110 | 101011 | 110011 |
Color Harmonies of #7BB74C
Complementary color
Monochromatic Colors of #7BB74C
Black with #7BB74C
Text Example
Text Example
White with #7BB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB74C; }
p { color: rgb(123,183,76); }
H1.HeaderClassName
{
color: #7BB74C;
}
.AnyTagClassName
{
color: #7BB74C;
}
</style>
background-color css
<style>
a { background-color: #7BB74C; }
a { background-color: rgb(123,183,76); }
div.DivClassName
{
background-color: #7BB74C;
}
.BgClassName
{
background-color: #7BB74C;
}
</style>
border-color css
<style>
span { border-color: #7BB74C; }
span { border-color: rgb(123,183,76); }
td.TdClassName
{
border-color: #7BB74C;
}
.TagClassName
{
border-color: #7BB74C;
}
</style>