#7DAF6F

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

Shades of Amulet #7DAF6F

Tints of Amulet #7DAF6F

Color information

#7DAF6F (or 0x7DAF6F) is unknown color: approx Amulet. HEX triplet: 7D, AF and 6F. RGB value is (125,175,111). Sum of RGB (Red+Green+Blue) = 125+175+111=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF6F is #825090. Grayscale: #989898. Windows color (decimal): -8540305 or 7319421. OLE color: 7319421.

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

Color convert

RGB125175111-
CMYK0.2900.370.31
HSL106.88º28.57%56.08%-
HSV(B)106.88º36.57%68.63%-
XYZ26.6636.1720.62-
YUV152.75104.44108.2-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.41%
GREEN value IS 175 (68.75% from 255) = 42.58%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=30.41%
G=42.58%
B=27.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251751110.2900.370.31106.8828.5756.08
Hex7DAF6F1D0251F6b1d38
Octal17525715735045371533570
Binary111110110101111110111111101010010111111110101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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