Shades of Mantis #6FBF5F
Tints of Mantis #6FBF5F
RGB
CMYK
RGB Variations
Color information
#6FBF5F (or 0x6FBF5F) is known color: Mantis. HEX triplet: 6F, BF and 5F. RGB value is (111,191,95). Sum of RGB (Red+Green+Blue) = 111+191+95=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBF5F is #9040A0. Grayscale: #9C9C9C. Windows color (decimal): -9453729 or 6274927. OLE color: 6274927.
HSL color Cylindrical-coordinate representation of color #6FBF5F: hue angle of 110º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FBF5F is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 191 | 95 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.25 |
| HSL | 110º | 0.43% | 0.56% | - |
| HSV(B) | 110º | 0.5% | 0.75% | - |
| XYZ | 27.25 | 41.47 | 17.39 | - |
| YUV | 156.14 | 93.5 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 95 | 0.42 | 0 | 0.50 | 0.25 | 110 | 0.43 | 0.56 |
| Hex | 6F | BF | 5F | 2A | 0 | 32 | 19 | 6E | 2B | 38 |
| Octal | 157 | 277 | 137 | 52 | 0 | 62 | 31 | 156 | 53 | 70 |
| Binary | 1101111 | 10111111 | 1011111 | 101010 | 0 | 110010 | 11001 | 1101110 | 101011 | 111000 |
Color Harmonies of #6FBF5F
Complementary color
Monochromatic Colors of #6FBF5F
Black with #6FBF5F
Text Example
Text Example
White with #6FBF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBF5F; }
p { color: rgb(111,191,95); }
H1.HeaderClassName
{
color: #6FBF5F;
}
.AnyTagClassName
{
color: #6FBF5F;
}
</style>
background-color css
<style>
a { background-color: #6FBF5F; }
a { background-color: rgb(111,191,95); }
div.DivClassName
{
background-color: #6FBF5F;
}
.BgClassName
{
background-color: #6FBF5F;
}
</style>
border-color css
<style>
span { border-color: #6FBF5F; }
span { border-color: rgb(111,191,95); }
td.TdClassName
{
border-color: #6FBF5F;
}
.TagClassName
{
border-color: #6FBF5F;
}
</style>