Shades of Mantis #7FC069
Tints of Mantis #7FC069
RGB
CMYK
RGB Variations
Color information
#7FC069 (or 0x7FC069) is known color: Mantis. HEX triplet: 7F, C0 and 69. RGB value is (127,192,105). Sum of RGB (Red+Green+Blue) = 127+192+105=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC069 is #803F96. Grayscale: #A2A2A2. Windows color (decimal): -8404887 or 6930559. OLE color: 6930559.
HSL color Cylindrical-coordinate representation of color #7FC069: hue angle of 104.83º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FC069 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 105 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.25 |
| HSL | 104.83º | 0.41% | 0.58% | - |
| HSV(B) | 104.83º | 0.45% | 0.75% | - |
| XYZ | 30.15 | 43.23 | 20.12 | - |
| YUV | 162.65 | 95.47 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 105 | 0.34 | 0 | 0.45 | 0.25 | 104.83 | 0.41 | 0.58 |
| Hex | 7F | C0 | 69 | 22 | 0 | 2D | 19 | 69 | 29 | 3A |
| Octal | 177 | 300 | 151 | 42 | 0 | 55 | 31 | 151 | 51 | 72 |
| Binary | 1111111 | 11000000 | 1101001 | 100010 | 0 | 101101 | 11001 | 1101001 | 101001 | 111010 |
Color Harmonies of #7FC069
Complementary color
Monochromatic Colors of #7FC069
Black with #7FC069
Text Example
Text Example
White with #7FC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC069; }
p { color: rgb(127,192,105); }
H1.HeaderClassName
{
color: #7FC069;
}
.AnyTagClassName
{
color: #7FC069;
}
</style>
background-color css
<style>
a { background-color: #7FC069; }
a { background-color: rgb(127,192,105); }
div.DivClassName
{
background-color: #7FC069;
}
.BgClassName
{
background-color: #7FC069;
}
</style>
border-color css
<style>
span { border-color: #7FC069; }
span { border-color: rgb(127,192,105); }
td.TdClassName
{
border-color: #7FC069;
}
.TagClassName
{
border-color: #7FC069;
}
</style>