#7DB165

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

Shades of Mantis #7DB165

Tints of Mantis #7DB165

Color information

#7DB165 (or 0x7DB165) is unknown color: approx Mantis. HEX triplet: 7D, B1 and 65. RGB value is (125,177,101). Sum of RGB (Red+Green+Blue) = 125+177+101=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB165 is #824E9A. Grayscale: #999999. Windows color (decimal): -8539803 or 6664573. OLE color: 6664573.

HSL color Cylindrical-coordinate representation of color #7DB165: hue angle of 101.05º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DB165 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB125177101-
CMYK0.2900.430.31
HSL101.05º32.76%54.51%-
HSV(B)101.05º42.94%69.41%-
XYZ26.5336.7418.01-
YUV152.7998.77108.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.02%
GREEN value IS 177 (69.53% from 255) = 43.92%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=31.02%
G=43.92%
B=25.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251771010.2900.430.31101.0532.7654.51
Hex7DB1651D02B1F652137
Octal17526114535053371454167
Binary1111101101100011100101111010101011111111100101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,177,101); }

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

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

 a { background-color: rgb(125,177,101); }

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

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

 span { border-color: rgb(125,177,101); }

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