Shades of Mantis #6FBC5C
Tints of Mantis #6FBC5C
RGB
CMYK
RGB Variations
Color information
#6FBC5C (or 0x6FBC5C) is known color: Mantis. HEX triplet: 6F, BC and 5C. RGB value is (111,188,92). Sum of RGB (Red+Green+Blue) = 111+188+92=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBC5C is #9043A3. Grayscale: #9A9A9A. Windows color (decimal): -9454500 or 6077551. OLE color: 6077551.
HSL color Cylindrical-coordinate representation of color #6FBC5C: hue angle of 108.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FBC5C is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 92 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.26 |
| HSL | 108.13º | 0.42% | 0.55% | - |
| HSV(B) | 108.13º | 0.51% | 0.74% | - |
| XYZ | 26.47 | 40.12 | 16.47 | - |
| YUV | 154.03 | 92.99 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 92 | 0.41 | 0 | 0.51 | 0.26 | 108.13 | 0.42 | 0.55 |
| Hex | 6F | BC | 5C | 29 | 0 | 33 | 1A | 6C | 2A | 37 |
| Octal | 157 | 274 | 134 | 51 | 0 | 63 | 32 | 154 | 52 | 67 |
| Binary | 1101111 | 10111100 | 1011100 | 101001 | 0 | 110011 | 11010 | 1101100 | 101010 | 110111 |
Color Harmonies of #6FBC5C
Complementary color
Monochromatic Colors of #6FBC5C
Black with #6FBC5C
Text Example
Text Example
White with #6FBC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC5C; }
p { color: rgb(111,188,92); }
H1.HeaderClassName
{
color: #6FBC5C;
}
.AnyTagClassName
{
color: #6FBC5C;
}
</style>
background-color css
<style>
a { background-color: #6FBC5C; }
a { background-color: rgb(111,188,92); }
div.DivClassName
{
background-color: #6FBC5C;
}
.BgClassName
{
background-color: #6FBC5C;
}
</style>
border-color css
<style>
span { border-color: #6FBC5C; }
span { border-color: rgb(111,188,92); }
td.TdClassName
{
border-color: #6FBC5C;
}
.TagClassName
{
border-color: #6FBC5C;
}
</style>