Shades of Mantis #7BBC4B
Tints of Mantis #7BBC4B
RGB
CMYK
RGB Variations
Color information
#7BBC4B (or 0x7BBC4B) is known color: Mantis. HEX triplet: 7B, BC and 4B. RGB value is (123,188,75). Sum of RGB (Red+Green+Blue) = 123+188+75=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBC4B is #8443B4. Grayscale: #9C9C9C. Windows color (decimal): -8668085 or 4963451. OLE color: 4963451.
HSL color Cylindrical-coordinate representation of color #7BBC4B: hue angle of 94.51º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7BBC4B is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 75 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.26 |
| HSL | 94.51º | 0.46% | 0.52% | - |
| HSV(B) | 94.51º | 0.6% | 0.74% | - |
| XYZ | 27.42 | 40.69 | 13.06 | - |
| YUV | 155.68 | 82.47 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 75 | 0.35 | 0 | 0.60 | 0.26 | 94.51 | 0.46 | 0.52 |
| Hex | 7B | BC | 4B | 23 | 0 | 3C | 1A | 5F | 2E | 34 |
| Octal | 173 | 274 | 113 | 43 | 0 | 74 | 32 | 137 | 56 | 64 |
| Binary | 1111011 | 10111100 | 1001011 | 100011 | 0 | 111100 | 11010 | 1011111 | 101110 | 110100 |
Color Harmonies of #7BBC4B
Complementary color
Monochromatic Colors of #7BBC4B
Black with #7BBC4B
Text Example
Text Example
White with #7BBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC4B; }
p { color: rgb(123,188,75); }
H1.HeaderClassName
{
color: #7BBC4B;
}
.AnyTagClassName
{
color: #7BBC4B;
}
</style>
background-color css
<style>
a { background-color: #7BBC4B; }
a { background-color: rgb(123,188,75); }
div.DivClassName
{
background-color: #7BBC4B;
}
.BgClassName
{
background-color: #7BBC4B;
}
</style>
border-color css
<style>
span { border-color: #7BBC4B; }
span { border-color: rgb(123,188,75); }
td.TdClassName
{
border-color: #7BBC4B;
}
.TagClassName
{
border-color: #7BBC4B;
}
</style>