Shades of Mantis #7BB65A
Tints of Mantis #7BB65A
RGB
CMYK
RGB Variations
Color information
#7BB65A (or 0x7BB65A) is known color: Mantis. HEX triplet: 7B, B6 and 5A. RGB value is (123,182,90). Sum of RGB (Red+Green+Blue) = 123+182+90=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #7BB65A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB65A is #8449A5. Grayscale: #9A9A9A. Windows color (decimal): -8669606 or 5944955. OLE color: 5944955.
HSL color Cylindrical-coordinate representation of color #7BB65A: hue angle of 98.48º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BB65A is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 182 | 90 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.29 |
| HSL | 98.48º | 0.39% | 0.53% | - |
| HSV(B) | 98.48º | 0.51% | 0.71% | - |
| XYZ | 26.74 | 38.41 | 15.68 | - |
| YUV | 153.87 | 91.95 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 182 | 90 | 0.32 | 0 | 0.51 | 0.29 | 98.48 | 0.39 | 0.53 |
| Hex | 7B | B6 | 5A | 20 | 0 | 33 | 1D | 62 | 27 | 35 |
| Octal | 173 | 266 | 132 | 40 | 0 | 63 | 35 | 142 | 47 | 65 |
| Binary | 1111011 | 10110110 | 1011010 | 100000 | 0 | 110011 | 11101 | 1100010 | 100111 | 110101 |
Color Harmonies of #7BB65A
Complementary color
Monochromatic Colors of #7BB65A
Black with #7BB65A
Text Example
Text Example
White with #7BB65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB65A; }
p { color: rgb(123,182,90); }
H1.HeaderClassName
{
color: #7BB65A;
}
.AnyTagClassName
{
color: #7BB65A;
}
</style>
background-color css
<style>
a { background-color: #7BB65A; }
a { background-color: rgb(123,182,90); }
div.DivClassName
{
background-color: #7BB65A;
}
.BgClassName
{
background-color: #7BB65A;
}
</style>
border-color css
<style>
span { border-color: #7BB65A; }
span { border-color: rgb(123,182,90); }
td.TdClassName
{
border-color: #7BB65A;
}
.TagClassName
{
border-color: #7BB65A;
}
</style>