#7FB16A

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

Shades of Mantis #7FB16A

Tints of Mantis #7FB16A

Color information

#7FB16A (or 0x7FB16A) is unknown color: approx Mantis. HEX triplet: 7F, B1 and 6A. RGB value is (127,177,106). Sum of RGB (Red+Green+Blue) = 127+177+106=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB16A is #804E95. Grayscale: #9A9A9A. Windows color (decimal): -8408726 or 6992255. OLE color: 6992255.

HSL color Cylindrical-coordinate representation of color #7FB16A: hue angle of 102.25º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FB16A is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB127177106-
CMYK0.2800.400.31
HSL102.25º31.28%55.49%-
HSV(B)102.25º40.11%69.41%-
XYZ27.083719.35-
YUV153.96100.94108.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.98%
GREEN value IS 177 (69.53% from 255) = 43.17%
BLUE value IS 106 (41.80% from 255) = 25.85%
R=30.98%
G=43.17%
B=25.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271771060.2800.400.31102.2531.2855.49
Hex7FB16A1C0281F661f37
Octal17726115234050371463767
Binary111111110110001110101011100010100011111110011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,177,106); }

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

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

 a { background-color: rgb(127,177,106); }

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

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

 span { border-color: rgb(127,177,106); }

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