#7DB160

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

Shades of Mantis #7DB160

Tints of Mantis #7DB160

Color information

#7DB160 (or 0x7DB160) is unknown color: approx Mantis. HEX triplet: 7D, B1 and 60. RGB value is (125,177,96). Sum of RGB (Red+Green+Blue) = 125+177+96=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB160 is #824E9F. Grayscale: #989898. Windows color (decimal): -8539808 or 6336893. OLE color: 6336893.

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

Color convert

RGB12517796-
CMYK0.2900.460.31
HSL98.52º34.18%53.53%-
HSV(B)98.52º45.76%69.41%-
XYZ26.2936.6516.75-
YUV152.2296.27108.59-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.41%
GREEN value IS 177 (69.53% from 255) = 44.47%
BLUE value IS 96 (37.89% from 255) = 24.12%
R=31.41%
G=44.47%
B=24.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125177960.2900.460.3198.5234.1853.53
Hex7DB1601D02E1F632236
Octal17526114035056371434266
Binary1111101101100011100000111010101110111111100011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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