Shades of Mantis #7FBD67
Tints of Mantis #7FBD67
RGB
CMYK
RGB Variations
Color information
#7FBD67 (or 0x7FBD67) is known color: Mantis. HEX triplet: 7F, BD and 67. RGB value is (127,189,103). Sum of RGB (Red+Green+Blue) = 127+189+103=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBD67 is #804298. Grayscale: #A0A0A0. Windows color (decimal): -8405657 or 6798719. OLE color: 6798719.
HSL color Cylindrical-coordinate representation of color #7FBD67: hue angle of 103.26º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FBD67 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 103 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.26 |
| HSL | 103.26º | 0.39% | 0.57% | - |
| HSV(B) | 103.26º | 0.46% | 0.74% | - |
| XYZ | 29.4 | 41.89 | 19.37 | - |
| YUV | 160.66 | 95.46 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 103 | 0.33 | 0 | 0.46 | 0.26 | 103.26 | 0.39 | 0.57 |
| Hex | 7F | BD | 67 | 21 | 0 | 2E | 1A | 67 | 27 | 39 |
| Octal | 177 | 275 | 147 | 41 | 0 | 56 | 32 | 147 | 47 | 71 |
| Binary | 1111111 | 10111101 | 1100111 | 100001 | 0 | 101110 | 11010 | 1100111 | 100111 | 111001 |
Color Harmonies of #7FBD67
Complementary color
Monochromatic Colors of #7FBD67
Black with #7FBD67
Text Example
Text Example
White with #7FBD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBD67; }
p { color: rgb(127,189,103); }
H1.HeaderClassName
{
color: #7FBD67;
}
.AnyTagClassName
{
color: #7FBD67;
}
</style>
background-color css
<style>
a { background-color: #7FBD67; }
a { background-color: rgb(127,189,103); }
div.DivClassName
{
background-color: #7FBD67;
}
.BgClassName
{
background-color: #7FBD67;
}
</style>
border-color css
<style>
span { border-color: #7FBD67; }
span { border-color: rgb(127,189,103); }
td.TdClassName
{
border-color: #7FBD67;
}
.TagClassName
{
border-color: #7FBD67;
}
</style>