#7FBF6F

Color #7FBF6F Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #7FBF6F

Tints of Mantis #7FBF6F

Color information

#7FBF6F (or 0x7FBF6F) is unknown color: approx Mantis. HEX triplet: 7F, BF and 6F. RGB value is (127,191,111). Sum of RGB (Red+Green+Blue) = 127+191+111=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBF6F is #804090. Grayscale: #A3A3A3. Windows color (decimal): -8405137 or 7323519. OLE color: 7323519.

HSL color Cylindrical-coordinate representation of color #7FBF6F: hue angle of 108º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FBF6F is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB127191111-
CMYK0.3400.420.25
HSL108º38.46%59.22%-
HSV(B)108º41.88%74.9%-
XYZ30.2542.9221.73-
YUV162.7498.8102.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 29.60%
GREEN value IS 191 (75% from 255) = 44.52%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=29.60%
G=44.52%
B=25.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271911110.3400.420.2510838.4659.22
Hex7FBF6F2202A196c263b
Octal17727715742052311544673
Binary11111111011111111011111000100101010110011101100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FBF6F; }

 p { color: rgb(127,191,111); }

 H1.HeaderClassName
 {
   color: #7FBF6F;
 }
 .AnyTagClassName
 {
   color: #7FBF6F;
 }
</style>
background-color css

<style>
 a { background-color: #7FBF6F; }

 a { background-color: rgb(127,191,111); }

 div.DivClassName
 {
   background-color: #7FBF6F;
 }
 .BgClassName
 {
   background-color: #7FBF6F;
 }
</style>
border-color css

<style>
 span { border-color: #7FBF6F; }

 span { border-color: rgb(127,191,111); }

 td.TdClassName
 {
   border-color: #7FBF6F;
 }
 .TagClassName
 {
   border-color: #7FBF6F;
 }
</style>