Shades of Mantis #6FB85A
Tints of Mantis #6FB85A
RGB
CMYK
RGB Variations
Color information
#6FB85A (or 0x6FB85A) is known color: Mantis. HEX triplet: 6F, B8 and 5A. RGB value is (111,184,90). Sum of RGB (Red+Green+Blue) = 111+184+90=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #6FB85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB85A is #9047A5. Grayscale: #979797. Windows color (decimal): -9455526 or 5945455. OLE color: 5945455.
HSL color Cylindrical-coordinate representation of color #6FB85A: hue angle of 106.6º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FB85A is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 111 | 184 | 90 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.28 |
| HSL | 106.6º | 0.4% | 0.54% | - |
| HSV(B) | 106.6º | 0.51% | 0.72% | - |
| XYZ | 25.54 | 38.4 | 15.74 | - |
| YUV | 151.46 | 93.32 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 184 | 90 | 0.40 | 0 | 0.51 | 0.28 | 106.6 | 0.4 | 0.54 |
| Hex | 6F | B8 | 5A | 28 | 0 | 33 | 1C | 6B | 28 | 36 |
| Octal | 157 | 270 | 132 | 50 | 0 | 63 | 34 | 153 | 50 | 66 |
| Binary | 1101111 | 10111000 | 1011010 | 101000 | 0 | 110011 | 11100 | 1101011 | 101000 | 110110 |
Color Harmonies of #6FB85A
Complementary color
Monochromatic Colors of #6FB85A
Black with #6FB85A
Text Example
Text Example
White with #6FB85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB85A; }
p { color: rgb(111,184,90); }
H1.HeaderClassName
{
color: #6FB85A;
}
.AnyTagClassName
{
color: #6FB85A;
}
</style>
background-color css
<style>
a { background-color: #6FB85A; }
a { background-color: rgb(111,184,90); }
div.DivClassName
{
background-color: #6FB85A;
}
.BgClassName
{
background-color: #6FB85A;
}
</style>
border-color css
<style>
span { border-color: #6FB85A; }
span { border-color: rgb(111,184,90); }
td.TdClassName
{
border-color: #6FB85A;
}
.TagClassName
{
border-color: #6FB85A;
}
</style>