#7DAC69

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

Shades of Amulet #7DAC69

Tints of Amulet #7DAC69

Color information

#7DAC69 (or 0x7DAC69) is unknown color: approx Amulet. HEX triplet: 7D, AC and 69. RGB value is (125,172,105). Sum of RGB (Red+Green+Blue) = 125+172+105=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC69 is #825396. Grayscale: #969696. Windows color (decimal): -8541079 or 6925437. OLE color: 6925437.

HSL color Cylindrical-coordinate representation of color #7DAC69: hue angle of 102.09º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DAC69 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB125172105-
CMYK0.2700.390.33
HSL102.09º28.76%54.31%-
HSV(B)102.09º38.95%67.45%-
XYZ25.7634.8818.74-
YUV150.31102.43109.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.09%
GREEN value IS 172 (67.58% from 255) = 42.79%
BLUE value IS 105 (41.41% from 255) = 26.12%
R=31.09%
G=42.79%
B=26.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251721050.2700.390.33102.0928.7654.31
Hex7DAC691B02721661d36
Octal17525415133047411463566
Binary1111101101011001101001110110100111100001110011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,172,105); }

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

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

 a { background-color: rgb(125,172,105); }

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

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

 span { border-color: rgb(125,172,105); }

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