#7DB65A

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

Shades of Mantis #7DB65A

Tints of Mantis #7DB65A

Color information

#7DB65A (or 0x7DB65A) is unknown color: approx Mantis. HEX triplet: 7D, B6 and 5A. RGB value is (125,182,90). Sum of RGB (Red+Green+Blue) = 125+182+90=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB65A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB65A is #8249A5. Grayscale: #9A9A9A. Windows color (decimal): -8538534 or 5944957. OLE color: 5944957.

HSL color Cylindrical-coordinate representation of color #7DB65A: hue angle of 97.17º 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 #7DB65A is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB12518290-
CMYK0.3100.510.29
HSL97.17º38.66%53.33%-
HSV(B)97.17º50.55%71.37%-
XYZ27.0338.5515.69-
YUV154.4791.62106.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 182 (71.48% from 255) = 45.84%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=31.49%
G=45.84%
B=22.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal125182900.3100.510.2997.1738.6653.33
Hex7DB65A1F0331D612735
Octal17526613237063351414765
Binary1111101101101101011010111110110011111011100001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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