Shades of Mantis #6FB95A
Tints of Mantis #6FB95A
RGB
CMYK
RGB Variations
Color information
#6FB95A (or 0x6FB95A) is known color: Mantis. HEX triplet: 6F, B9 and 5A. RGB value is (111,185,90). Sum of RGB (Red+Green+Blue) = 111+185+90=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 185 (72.66% from 255 or 47.93% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB95A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB95A is #9046A5. Grayscale: #989898. Windows color (decimal): -9455270 or 5945711. OLE color: 5945711.
HSL color Cylindrical-coordinate representation of color #6FB95A: hue angle of 106.74º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FB95A is Cyan = 0.4, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 185 | 90 | - |
| CMYK | 0.4 | 0 | 0.51 | 0.27 |
| HSL | 106.74º | 0.4% | 0.54% | - |
| HSV(B) | 106.74º | 0.51% | 0.73% | - |
| XYZ | 25.75 | 38.82 | 15.81 | - |
| YUV | 152.04 | 92.98 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 185 | 90 | 0.4 | 0 | 0.51 | 0.27 | 106.74 | 0.4 | 0.54 |
| Hex | 6F | B9 | 5A | 28 | 0 | 33 | 1B | 6B | 28 | 36 |
| Octal | 157 | 271 | 132 | 50 | 0 | 63 | 33 | 153 | 50 | 66 |
| Binary | 1101111 | 10111001 | 1011010 | 101000 | 0 | 110011 | 11011 | 1101011 | 101000 | 110110 |
Color Harmonies of #6FB95A
Complementary color
Monochromatic Colors of #6FB95A
Black with #6FB95A
Text Example
Text Example
White with #6FB95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB95A; }
p { color: rgb(111,185,90); }
H1.HeaderClassName
{
color: #6FB95A;
}
.AnyTagClassName
{
color: #6FB95A;
}
</style>
background-color css
<style>
a { background-color: #6FB95A; }
a { background-color: rgb(111,185,90); }
div.DivClassName
{
background-color: #6FB95A;
}
.BgClassName
{
background-color: #6FB95A;
}
</style>
border-color css
<style>
span { border-color: #6FB95A; }
span { border-color: rgb(111,185,90); }
td.TdClassName
{
border-color: #6FB95A;
}
.TagClassName
{
border-color: #6FB95A;
}
</style>