#7DAF68

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

Shades of Amulet #7DAF68

Tints of Amulet #7DAF68

Color information

#7DAF68 (or 0x7DAF68) is unknown color: approx Amulet. HEX triplet: 7D, AF and 68. RGB value is (125,175,104). Sum of RGB (Red+Green+Blue) = 125+175+104=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF68 is #825097. Grayscale: #989898. Windows color (decimal): -8540312 or 6860669. OLE color: 6860669.

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

Color convert

RGB125175104-
CMYK0.2900.410.31
HSL102.25º30.74%54.71%-
HSV(B)102.25º40.57%68.63%-
XYZ26.2936.0218.66-
YUV151.96100.94108.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.94%
GREEN value IS 175 (68.75% from 255) = 43.32%
BLUE value IS 104 (41.02% from 255) = 25.74%
R=30.94%
G=43.32%
B=25.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251751040.2900.410.31102.2530.7454.71
Hex7DAF681D0291F661f37
Octal17525715035051371463767
Binary111110110101111110100011101010100111111110011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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