Shades of Mantis #7BBD53
Tints of Mantis #7BBD53
RGB
CMYK
RGB Variations
Color information
#7BBD53 (or 0x7BBD53) is known color: Mantis. HEX triplet: 7B, BD and 53. RGB value is (123,189,83). Sum of RGB (Red+Green+Blue) = 123+189+83=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBD53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBD53 is #8442AC. Grayscale: #9D9D9D. Windows color (decimal): -8667821 or 5487995. OLE color: 5487995.
HSL color Cylindrical-coordinate representation of color #7BBD53: hue angle of 97.36º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7BBD53 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 189 | 83 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.26 |
| HSL | 97.36º | 0.45% | 0.53% | - |
| HSV(B) | 97.36º | 0.56% | 0.74% | - |
| XYZ | 27.93 | 41.23 | 14.67 | - |
| YUV | 157.18 | 86.13 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 83 | 0.35 | 0 | 0.56 | 0.26 | 97.36 | 0.45 | 0.53 |
| Hex | 7B | BD | 53 | 23 | 0 | 38 | 1A | 61 | 2D | 35 |
| Octal | 173 | 275 | 123 | 43 | 0 | 70 | 32 | 141 | 55 | 65 |
| Binary | 1111011 | 10111101 | 1010011 | 100011 | 0 | 111000 | 11010 | 1100001 | 101101 | 110101 |
Color Harmonies of #7BBD53
Complementary color
Monochromatic Colors of #7BBD53
Black with #7BBD53
Text Example
Text Example
White with #7BBD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBD53; }
p { color: rgb(123,189,83); }
H1.HeaderClassName
{
color: #7BBD53;
}
.AnyTagClassName
{
color: #7BBD53;
}
</style>
background-color css
<style>
a { background-color: #7BBD53; }
a { background-color: rgb(123,189,83); }
div.DivClassName
{
background-color: #7BBD53;
}
.BgClassName
{
background-color: #7BBD53;
}
</style>
border-color css
<style>
span { border-color: #7BBD53; }
span { border-color: rgb(123,189,83); }
td.TdClassName
{
border-color: #7BBD53;
}
.TagClassName
{
border-color: #7BBD53;
}
</style>