#7FB961

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

Shades of Mantis #7FB961

Tints of Mantis #7FB961

Color information

#7FB961 (or 0x7FB961) is unknown color: approx Mantis. HEX triplet: 7F, B9 and 61. RGB value is (127,185,97). Sum of RGB (Red+Green+Blue) = 127+185+97=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB961 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB961 is #80469E. Grayscale: #9D9D9D. Windows color (decimal): -8406687 or 6404479. OLE color: 6404479.

HSL color Cylindrical-coordinate representation of color #7FB961: hue angle of 99.55º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FB961 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB12718597-
CMYK0.3100.480.27
HSL99.55º38.6%55.29%-
HSV(B)99.55º47.57%72.55%-
XYZ28.2640.0717.55-
YUV157.6393.78106.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.05%
GREEN value IS 185 (72.66% from 255) = 45.23%
BLUE value IS 97 (38.28% from 255) = 23.72%
R=31.05%
G=45.23%
B=23.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127185970.3100.480.2799.5538.655.29
Hex7FB9611F0301B642737
Octal17727114137060331444767
Binary1111111101110011100001111110110000110111100100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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