#7DB76B

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

Shades of Mantis #7DB76B

Tints of Mantis #7DB76B

Color information

#7DB76B (or 0x7DB76B) is unknown color: approx Mantis. HEX triplet: 7D, B7 and 6B. RGB value is (125,183,107). Sum of RGB (Red+Green+Blue) = 125+183+107=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB76B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB76B is #824894. Grayscale: #9D9D9D. Windows color (decimal): -8538261 or 7059325. OLE color: 7059325.

HSL color Cylindrical-coordinate representation of color #7DB76B: hue angle of 105.79º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DB76B is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB125183107-
CMYK0.3200.420.28
HSL105.79º34.55%56.86%-
HSV(B)105.79º41.53%71.76%-
XYZ28.0439.2920.02-
YUV156.9999.78105.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.12%
GREEN value IS 183 (71.88% from 255) = 44.10%
BLUE value IS 107 (42.19% from 255) = 25.78%
R=30.12%
G=44.10%
B=25.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1251831070.3200.420.28105.7934.5556.86
Hex7DB76B2002A1C6a2339
Octal17526715340052341524371
Binary11111011011011111010111000000101010111001101010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,183,107); }

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

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

 a { background-color: rgb(125,183,107); }

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

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

 span { border-color: rgb(125,183,107); }

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