Shades of Mantis #7BBD4A
Tints of Mantis #7BBD4A
RGB
CMYK
RGB Variations
Color information
#7BBD4A (or 0x7BBD4A) is known color: Mantis. HEX triplet: 7B, BD and 4A. RGB value is (123,189,74). Sum of RGB (Red+Green+Blue) = 123+189+74=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBD4A is #8442B5. Grayscale: #9C9C9C. Windows color (decimal): -8667830 or 4898171. OLE color: 4898171.
HSL color Cylindrical-coordinate representation of color #7BBD4A: hue angle of 94.43º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7BBD4A is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 189 | 74 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.26 |
| HSL | 94.43º | 0.47% | 0.52% | - |
| HSV(B) | 94.43º | 0.61% | 0.74% | - |
| XYZ | 27.6 | 41.1 | 12.96 | - |
| YUV | 156.16 | 81.63 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 74 | 0.35 | 0 | 0.61 | 0.26 | 94.43 | 0.47 | 0.52 |
| Hex | 7B | BD | 4A | 23 | 0 | 3D | 1A | 5E | 2F | 34 |
| Octal | 173 | 275 | 112 | 43 | 0 | 75 | 32 | 136 | 57 | 64 |
| Binary | 1111011 | 10111101 | 1001010 | 100011 | 0 | 111101 | 11010 | 1011110 | 101111 | 110100 |
Color Harmonies of #7BBD4A
Complementary color
Monochromatic Colors of #7BBD4A
Black with #7BBD4A
Text Example
Text Example
White with #7BBD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBD4A; }
p { color: rgb(123,189,74); }
H1.HeaderClassName
{
color: #7BBD4A;
}
.AnyTagClassName
{
color: #7BBD4A;
}
</style>
background-color css
<style>
a { background-color: #7BBD4A; }
a { background-color: rgb(123,189,74); }
div.DivClassName
{
background-color: #7BBD4A;
}
.BgClassName
{
background-color: #7BBD4A;
}
</style>
border-color css
<style>
span { border-color: #7BBD4A; }
span { border-color: rgb(123,189,74); }
td.TdClassName
{
border-color: #7BBD4A;
}
.TagClassName
{
border-color: #7BBD4A;
}
</style>