#7DAF65

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

Shades of Mantis #7DAF65

Tints of Mantis #7DAF65

Color information

#7DAF65 (or 0x7DAF65) is unknown color: approx Mantis. HEX triplet: 7D, AF and 65. RGB value is (125,175,101). Sum of RGB (Red+Green+Blue) = 125+175+101=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF65 is #82509A. Grayscale: #979797. Windows color (decimal): -8540315 or 6664061. OLE color: 6664061.

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

Color convert

RGB125175101-
CMYK0.2900.420.31
HSL100.54º31.62%54.12%-
HSV(B)100.54º42.29%68.63%-
XYZ26.1435.9617.88-
YUV151.6199.44109.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.17%
GREEN value IS 175 (68.75% from 255) = 43.64%
BLUE value IS 101 (39.84% from 255) = 25.19%
R=31.17%
G=43.64%
B=25.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251751010.2900.420.31100.5431.6254.12
Hex7DAF651D02A1F652036
Octal17525714535052371454066
Binary1111101101011111100101111010101010111111100101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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