#7DB161

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

Shades of Mantis #7DB161

Tints of Mantis #7DB161

Color information

#7DB161 (or 0x7DB161) is unknown color: approx Mantis. HEX triplet: 7D, B1 and 61. RGB value is (125,177,97). Sum of RGB (Red+Green+Blue) = 125+177+97=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB161 is #824E9E. Grayscale: #989898. Windows color (decimal): -8539807 or 6402429. OLE color: 6402429.

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

Color convert

RGB12517797-
CMYK0.2900.450.31
HSL99º33.9%53.73%-
HSV(B)99º45.2%69.41%-
XYZ26.3436.6717-
YUV152.3396.77108.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.33%
GREEN value IS 177 (69.53% from 255) = 44.36%
BLUE value IS 97 (38.28% from 255) = 24.31%
R=31.33%
G=44.36%
B=24.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125177970.2900.450.319933.953.73
Hex7DB1611D02D1F632236
Octal17526114135055371434266
Binary1111101101100011100001111010101101111111100011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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