#7DB261

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

Shades of Mantis #7DB261

Tints of Mantis #7DB261

Color information

#7DB261 (or 0x7DB261) is unknown color: approx Mantis. HEX triplet: 7D, B2 and 61. RGB value is (125,178,97). Sum of RGB (Red+Green+Blue) = 125+178+97=400 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.25% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB261 is #824D9E. Grayscale: #999999. Windows color (decimal): -8539551 or 6402685. OLE color: 6402685.

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

Color convert

RGB12517897-
CMYK0.3000.460.30
HSL99.26º34.47%53.92%-
HSV(B)99.26º45.51%69.8%-
XYZ26.5437.0617.06-
YUV152.9296.44108.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.25%
GREEN value IS 178 (69.92% from 255) = 44.5%
BLUE value IS 97 (38.28% from 255) = 24.25%
R=31.25%
G=44.5%
B=24.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal125178970.3000.460.3099.2634.4753.92
Hex7DB2611E02E1E632236
Octal17526214136056361434266
Binary1111101101100101100001111100101110111101100011100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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