#7DAF66

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

Shades of Mantis #7DAF66

Tints of Mantis #7DAF66

Color information

#7DAF66 (or 0x7DAF66) is unknown color: approx Mantis. HEX triplet: 7D, AF and 66. RGB value is (125,175,102). Sum of RGB (Red+Green+Blue) = 125+175+102=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF66 is #825099. Grayscale: #979797. Windows color (decimal): -8540314 or 6729597. OLE color: 6729597.

HSL color Cylindrical-coordinate representation of color #7DAF66: hue angle of 101.1º degrees, saturation: 0.31, 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 #7DAF66 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB125175102-
CMYK0.2900.420.31
HSL101.1º31.33%54.31%-
HSV(B)101.1º41.71%68.63%-
XYZ26.1935.9818.13-
YUV151.7399.94108.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.09%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 102 (40.23% from 255) = 25.37%
R=31.09%
G=43.53%
B=25.37%

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
Decimal1251751020.2900.420.31101.131.3354.31
Hex7DAF661D02A1F651f36
Octal17525714635052371453766
Binary111110110101111110011011101010101011111110010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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