Shades of Mantis #7FBC67
Tints of Mantis #7FBC67
RGB
CMYK
RGB Variations
Color information
#7FBC67 (or 0x7FBC67) is known color: Mantis. HEX triplet: 7F, BC and 67. RGB value is (127,188,103). Sum of RGB (Red+Green+Blue) = 127+188+103=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBC67 is #804398. Grayscale: #A0A0A0. Windows color (decimal): -8405913 or 6798463. OLE color: 6798463.
HSL color Cylindrical-coordinate representation of color #7FBC67: hue angle of 103.06º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FBC67 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 103 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.26 |
| HSL | 103.06º | 0.39% | 0.57% | - |
| HSV(B) | 103.06º | 0.45% | 0.74% | - |
| XYZ | 29.18 | 41.46 | 19.3 | - |
| YUV | 160.07 | 95.79 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 103 | 0.32 | 0 | 0.45 | 0.26 | 103.06 | 0.39 | 0.57 |
| Hex | 7F | BC | 67 | 20 | 0 | 2D | 1A | 67 | 27 | 39 |
| Octal | 177 | 274 | 147 | 40 | 0 | 55 | 32 | 147 | 47 | 71 |
| Binary | 1111111 | 10111100 | 1100111 | 100000 | 0 | 101101 | 11010 | 1100111 | 100111 | 111001 |
Color Harmonies of #7FBC67
Complementary color
Monochromatic Colors of #7FBC67
Black with #7FBC67
Text Example
Text Example
White with #7FBC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC67; }
p { color: rgb(127,188,103); }
H1.HeaderClassName
{
color: #7FBC67;
}
.AnyTagClassName
{
color: #7FBC67;
}
</style>
background-color css
<style>
a { background-color: #7FBC67; }
a { background-color: rgb(127,188,103); }
div.DivClassName
{
background-color: #7FBC67;
}
.BgClassName
{
background-color: #7FBC67;
}
</style>
border-color css
<style>
span { border-color: #7FBC67; }
span { border-color: rgb(127,188,103); }
td.TdClassName
{
border-color: #7FBC67;
}
.TagClassName
{
border-color: #7FBC67;
}
</style>