#7FB161

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

Shades of Mantis #7FB161

Tints of Mantis #7FB161

Color information

#7FB161 (or 0x7FB161) is unknown color: approx Mantis. HEX triplet: 7F, B1 and 61. RGB value is (127,177,97). Sum of RGB (Red+Green+Blue) = 127+177+97=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB161 is #804E9E. Grayscale: #999999. Windows color (decimal): -8408735 or 6402431. OLE color: 6402431.

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

Color convert

RGB12717797-
CMYK0.2800.450.31
HSL97.5º33.9%53.73%-
HSV(B)97.5º45.2%69.41%-
XYZ26.6336.8217.01-
YUV152.9396.44109.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.67%
GREEN value IS 177 (69.53% from 255) = 44.14%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=31.67%
G=44.14%
B=24.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127177970.2800.450.3197.533.953.73
Hex7FB1611C02D1F622236
Octal17726114134055371424266
Binary1111111101100011100001111000101101111111100010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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