Shades of Mantis #7FBF69
Tints of Mantis #7FBF69
RGB
CMYK
RGB Variations
Color information
#7FBF69 (or 0x7FBF69) is known color: Mantis. HEX triplet: 7F, BF and 69. RGB value is (127,191,105). Sum of RGB (Red+Green+Blue) = 127+191+105=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBF69 is #804096. Grayscale: #A2A2A2. Windows color (decimal): -8405143 or 6930303. OLE color: 6930303.
HSL color Cylindrical-coordinate representation of color #7FBF69: hue angle of 104.65º degrees, saturation: 0.4, 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 #7FBF69 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 191 | 105 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.25 |
| HSL | 104.65º | 0.4% | 0.58% | - |
| HSV(B) | 104.65º | 0.45% | 0.75% | - |
| XYZ | 29.93 | 42.79 | 20.05 | - |
| YUV | 162.06 | 95.8 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 191 | 105 | 0.34 | 0 | 0.45 | 0.25 | 104.65 | 0.4 | 0.58 |
| Hex | 7F | BF | 69 | 22 | 0 | 2D | 19 | 69 | 28 | 3A |
| Octal | 177 | 277 | 151 | 42 | 0 | 55 | 31 | 151 | 50 | 72 |
| Binary | 1111111 | 10111111 | 1101001 | 100010 | 0 | 101101 | 11001 | 1101001 | 101000 | 111010 |
Color Harmonies of #7FBF69
Complementary color
Monochromatic Colors of #7FBF69
Black with #7FBF69
Text Example
Text Example
White with #7FBF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBF69; }
p { color: rgb(127,191,105); }
H1.HeaderClassName
{
color: #7FBF69;
}
.AnyTagClassName
{
color: #7FBF69;
}
</style>
background-color css
<style>
a { background-color: #7FBF69; }
a { background-color: rgb(127,191,105); }
div.DivClassName
{
background-color: #7FBF69;
}
.BgClassName
{
background-color: #7FBF69;
}
</style>
border-color css
<style>
span { border-color: #7FBF69; }
span { border-color: rgb(127,191,105); }
td.TdClassName
{
border-color: #7FBF69;
}
.TagClassName
{
border-color: #7FBF69;
}
</style>