#7FB65A

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

Shades of Mantis #7FB65A

Tints of Mantis #7FB65A

Color information

#7FB65A (or 0x7FB65A) is unknown color: approx Mantis. HEX triplet: 7F, B6 and 5A. RGB value is (127,182,90). Sum of RGB (Red+Green+Blue) = 127+182+90=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB65A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB65A is #8049A5. Grayscale: #9B9B9B. Windows color (decimal): -8407462 or 5944959. OLE color: 5944959.

HSL color Cylindrical-coordinate representation of color #7FB65A: hue angle of 95.87º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7FB65A is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB12718290-
CMYK0.3000.510.29
HSL95.87º38.66%53.33%-
HSV(B)95.87º50.55%71.37%-
XYZ27.3338.7115.7-
YUV155.0791.28107.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.83%
GREEN value IS 182 (71.48% from 255) = 45.61%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=31.83%
G=45.61%
B=22.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal127182900.3000.510.2995.8738.6653.33
Hex7FB65A1E0331D602735
Octal17726613236063351404765
Binary1111111101101101011010111100110011111011100000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,182,90); }

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

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

 a { background-color: rgb(127,182,90); }

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

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

 span { border-color: rgb(127,182,90); }

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