Shades of Mantis #7BB462
Tints of Mantis #7BB462
RGB
CMYK
RGB Variations
Color information
#7BB462 (or 0x7BB462) is known color: Mantis. HEX triplet: 7B, B4 and 62. RGB value is (123,180,98). Sum of RGB (Red+Green+Blue) = 123+180+98=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB462 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB462 is #844B9D. Grayscale: #999999. Windows color (decimal): -8670110 or 6468731. OLE color: 6468731.
HSL color Cylindrical-coordinate representation of color #7BB462: hue angle of 101.71º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7BB462 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 180 | 98 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.29 |
| HSL | 101.71º | 0.35% | 0.55% | - |
| HSV(B) | 101.71º | 0.46% | 0.71% | - |
| XYZ | 26.69 | 37.74 | 17.43 | - |
| YUV | 153.61 | 96.62 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 180 | 98 | 0.32 | 0 | 0.46 | 0.29 | 101.71 | 0.35 | 0.55 |
| Hex | 7B | B4 | 62 | 20 | 0 | 2E | 1D | 66 | 23 | 37 |
| Octal | 173 | 264 | 142 | 40 | 0 | 56 | 35 | 146 | 43 | 67 |
| Binary | 1111011 | 10110100 | 1100010 | 100000 | 0 | 101110 | 11101 | 1100110 | 100011 | 110111 |
Color Harmonies of #7BB462
Complementary color
Monochromatic Colors of #7BB462
Black with #7BB462
Text Example
Text Example
White with #7BB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB462; }
p { color: rgb(123,180,98); }
H1.HeaderClassName
{
color: #7BB462;
}
.AnyTagClassName
{
color: #7BB462;
}
</style>
background-color css
<style>
a { background-color: #7BB462; }
a { background-color: rgb(123,180,98); }
div.DivClassName
{
background-color: #7BB462;
}
.BgClassName
{
background-color: #7BB462;
}
</style>
border-color css
<style>
span { border-color: #7BB462; }
span { border-color: rgb(123,180,98); }
td.TdClassName
{
border-color: #7BB462;
}
.TagClassName
{
border-color: #7BB462;
}
</style>