Shades of Mantis #7FB469
Tints of Mantis #7FB469
RGB
CMYK
RGB Variations
Color information
#7FB469 (or 0x7FB469) is known color: Mantis. HEX triplet: 7F, B4 and 69. RGB value is (127,180,105). Sum of RGB (Red+Green+Blue) = 127+180+105=412 (54% of max value = 765). Red value is 127 (50% from 255 or 30.83% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB469 is #804B96. Grayscale: #9B9B9B. Windows color (decimal): -8407959 or 6927487. OLE color: 6927487.
HSL color Cylindrical-coordinate representation of color #7FB469: hue angle of 102.4º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FB469 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 180 | 105 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.29 |
| HSL | 102.4º | 0.33% | 0.56% | - |
| HSV(B) | 102.4º | 0.42% | 0.71% | - |
| XYZ | 27.62 | 38.17 | 19.28 | - |
| YUV | 155.6 | 99.44 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 180 | 105 | 0.29 | 0 | 0.42 | 0.29 | 102.4 | 0.33 | 0.56 |
| Hex | 7F | B4 | 69 | 1D | 0 | 2A | 1D | 66 | 21 | 38 |
| Octal | 177 | 264 | 151 | 35 | 0 | 52 | 35 | 146 | 41 | 70 |
| Binary | 1111111 | 10110100 | 1101001 | 11101 | 0 | 101010 | 11101 | 1100110 | 100001 | 111000 |
Color Harmonies of #7FB469
Complementary color
Monochromatic Colors of #7FB469
Black with #7FB469
Text Example
Text Example
White with #7FB469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB469; }
p { color: rgb(127,180,105); }
H1.HeaderClassName
{
color: #7FB469;
}
.AnyTagClassName
{
color: #7FB469;
}
</style>
background-color css
<style>
a { background-color: #7FB469; }
a { background-color: rgb(127,180,105); }
div.DivClassName
{
background-color: #7FB469;
}
.BgClassName
{
background-color: #7FB469;
}
</style>
border-color css
<style>
span { border-color: #7FB469; }
span { border-color: rgb(127,180,105); }
td.TdClassName
{
border-color: #7FB469;
}
.TagClassName
{
border-color: #7FB469;
}
</style>