Shades of Mantis #6FB85D
Tints of Mantis #6FB85D
RGB
CMYK
RGB Variations
Color information
#6FB85D (or 0x6FB85D) is known color: Mantis. HEX triplet: 6F, B8 and 5D. RGB value is (111,184,93). Sum of RGB (Red+Green+Blue) = 111+184+93=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #6FB85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB85D is #9047A2. Grayscale: #989898. Windows color (decimal): -9455523 or 6142063. OLE color: 6142063.
HSL color Cylindrical-coordinate representation of color #6FB85D: hue angle of 108.13º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FB85D is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 184 | 93 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.28 |
| HSL | 108.13º | 0.39% | 0.54% | - |
| HSV(B) | 108.13º | 0.49% | 0.72% | - |
| XYZ | 25.67 | 38.45 | 16.42 | - |
| YUV | 151.8 | 94.82 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 184 | 93 | 0.40 | 0 | 0.49 | 0.28 | 108.13 | 0.39 | 0.54 |
| Hex | 6F | B8 | 5D | 28 | 0 | 31 | 1C | 6C | 27 | 36 |
| Octal | 157 | 270 | 135 | 50 | 0 | 61 | 34 | 154 | 47 | 66 |
| Binary | 1101111 | 10111000 | 1011101 | 101000 | 0 | 110001 | 11100 | 1101100 | 100111 | 110110 |
Color Harmonies of #6FB85D
Complementary color
Monochromatic Colors of #6FB85D
Black with #6FB85D
Text Example
Text Example
White with #6FB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB85D; }
p { color: rgb(111,184,93); }
H1.HeaderClassName
{
color: #6FB85D;
}
.AnyTagClassName
{
color: #6FB85D;
}
</style>
background-color css
<style>
a { background-color: #6FB85D; }
a { background-color: rgb(111,184,93); }
div.DivClassName
{
background-color: #6FB85D;
}
.BgClassName
{
background-color: #6FB85D;
}
</style>
border-color css
<style>
span { border-color: #6FB85D; }
span { border-color: rgb(111,184,93); }
td.TdClassName
{
border-color: #6FB85D;
}
.TagClassName
{
border-color: #6FB85D;
}
</style>