Shades of Mantis #6FBB58
Tints of Mantis #6FBB58
RGB
CMYK
RGB Variations
Color information
#6FBB58 (or 0x6FBB58) is known color: Mantis. HEX triplet: 6F, BB and 58. RGB value is (111,187,88). Sum of RGB (Red+Green+Blue) = 111+187+88=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 187 (73.44% from 255 or 48.45% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 187 - color contains mainly: green. Hex color #6FBB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBB58 is #9044A7. Grayscale: #999999. Windows color (decimal): -9454760 or 5815151. OLE color: 5815151.
HSL color Cylindrical-coordinate representation of color #6FBB58: hue angle of 106.06º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FBB58 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 187 | 88 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.27 |
| HSL | 106.06º | 0.42% | 0.54% | - |
| HSV(B) | 106.06º | 0.53% | 0.73% | - |
| XYZ | 26.09 | 39.62 | 15.51 | - |
| YUV | 152.99 | 91.32 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 88 | 0.41 | 0 | 0.53 | 0.27 | 106.06 | 0.42 | 0.54 |
| Hex | 6F | BB | 58 | 29 | 0 | 35 | 1B | 6A | 2A | 36 |
| Octal | 157 | 273 | 130 | 51 | 0 | 65 | 33 | 152 | 52 | 66 |
| Binary | 1101111 | 10111011 | 1011000 | 101001 | 0 | 110101 | 11011 | 1101010 | 101010 | 110110 |
Color Harmonies of #6FBB58
Complementary color
Monochromatic Colors of #6FBB58
Black with #6FBB58
Text Example
Text Example
White with #6FBB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBB58; }
p { color: rgb(111,187,88); }
H1.HeaderClassName
{
color: #6FBB58;
}
.AnyTagClassName
{
color: #6FBB58;
}
</style>
background-color css
<style>
a { background-color: #6FBB58; }
a { background-color: rgb(111,187,88); }
div.DivClassName
{
background-color: #6FBB58;
}
.BgClassName
{
background-color: #6FBB58;
}
</style>
border-color css
<style>
span { border-color: #6FBB58; }
span { border-color: rgb(111,187,88); }
td.TdClassName
{
border-color: #6FBB58;
}
.TagClassName
{
border-color: #6FBB58;
}
</style>