Shades of Mantis #6FB45E
Tints of Mantis #6FB45E
RGB
CMYK
RGB Variations
Color information
#6FB45E (or 0x6FB45E) is known color: Mantis. HEX triplet: 6F, B4 and 5E. RGB value is (111,180,94). Sum of RGB (Red+Green+Blue) = 111+180+94=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB45E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB45E is #904BA1. Grayscale: #959595. Windows color (decimal): -9456546 or 6206575. OLE color: 6206575.
HSL color Cylindrical-coordinate representation of color #6FB45E: hue angle of 108.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FB45E is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 180 | 94 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.29 |
| HSL | 108.14º | 0.36% | 0.54% | - |
| HSV(B) | 108.14º | 0.48% | 0.71% | - |
| XYZ | 24.9 | 36.83 | 16.39 | - |
| YUV | 149.57 | 96.64 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 180 | 94 | 0.38 | 0 | 0.48 | 0.29 | 108.14 | 0.36 | 0.54 |
| Hex | 6F | B4 | 5E | 26 | 0 | 30 | 1D | 6C | 24 | 36 |
| Octal | 157 | 264 | 136 | 46 | 0 | 60 | 35 | 154 | 44 | 66 |
| Binary | 1101111 | 10110100 | 1011110 | 100110 | 0 | 110000 | 11101 | 1101100 | 100100 | 110110 |
Color Harmonies of #6FB45E
Complementary color
Monochromatic Colors of #6FB45E
Black with #6FB45E
Text Example
Text Example
White with #6FB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB45E; }
p { color: rgb(111,180,94); }
H1.HeaderClassName
{
color: #6FB45E;
}
.AnyTagClassName
{
color: #6FB45E;
}
</style>
background-color css
<style>
a { background-color: #6FB45E; }
a { background-color: rgb(111,180,94); }
div.DivClassName
{
background-color: #6FB45E;
}
.BgClassName
{
background-color: #6FB45E;
}
</style>
border-color css
<style>
span { border-color: #6FB45E; }
span { border-color: rgb(111,180,94); }
td.TdClassName
{
border-color: #6FB45E;
}
.TagClassName
{
border-color: #6FB45E;
}
</style>