Shades of Mantis #8AB76B
Tints of Mantis #8AB76B
RGB
CMYK
RGB Variations
Color information
#8AB76B (or 0x8AB76B) is known color: Mantis. HEX triplet: 8A, B7 and 6B. RGB value is (138,183,107). Sum of RGB (Red+Green+Blue) = 138+183+107=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB76B is #754894. Grayscale: #A1A1A1. Windows color (decimal): -7686293 or 7059338. OLE color: 7059338.
HSL color Cylindrical-coordinate representation of color #8AB76B: hue angle of 95.53º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AB76B is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 107 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.28 |
| HSL | 95.53º | 0.35% | 0.57% | - |
| HSV(B) | 95.53º | 0.42% | 0.72% | - |
| XYZ | 30.07 | 40.33 | 20.11 | - |
| YUV | 160.88 | 97.59 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 107 | 0.25 | 0 | 0.42 | 0.28 | 95.53 | 0.35 | 0.57 |
| Hex | 8A | B7 | 6B | 19 | 0 | 2A | 1C | 60 | 23 | 39 |
| Octal | 212 | 267 | 153 | 31 | 0 | 52 | 34 | 140 | 43 | 71 |
| Binary | 10001010 | 10110111 | 1101011 | 11001 | 0 | 101010 | 11100 | 1100000 | 100011 | 111001 |
Color Harmonies of #8AB76B
Complementary color
Monochromatic Colors of #8AB76B
Black with #8AB76B
Text Example
Text Example
White with #8AB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB76B; }
p { color: rgb(138,183,107); }
H1.HeaderClassName
{
color: #8AB76B;
}
.AnyTagClassName
{
color: #8AB76B;
}
</style>
background-color css
<style>
a { background-color: #8AB76B; }
a { background-color: rgb(138,183,107); }
div.DivClassName
{
background-color: #8AB76B;
}
.BgClassName
{
background-color: #8AB76B;
}
</style>
border-color css
<style>
span { border-color: #8AB76B; }
span { border-color: rgb(138,183,107); }
td.TdClassName
{
border-color: #8AB76B;
}
.TagClassName
{
border-color: #8AB76B;
}
</style>