#7EAD69

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

Shades of Amulet #7EAD69

Tints of Amulet #7EAD69

Color information

#7EAD69 (or 0x7EAD69) is unknown color: approx Amulet. HEX triplet: 7E, AD and 69. RGB value is (126,173,105). Sum of RGB (Red+Green+Blue) = 126+173+105=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAD69 is #815296. Grayscale: #979797. Windows color (decimal): -8475287 or 6925694. OLE color: 6925694.

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

Color convert

RGB126173105-
CMYK0.2700.390.32
HSL101.47º29.31%54.51%-
HSV(B)101.47º39.31%67.84%-
XYZ26.135.3418.81-
YUV151.2101.93110.03-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.19%
GREEN value IS 173 (67.97% from 255) = 42.82%
BLUE value IS 105 (41.41% from 255) = 25.99%
R=31.19%
G=42.82%
B=25.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1261731050.2700.390.32101.4729.3154.51
Hex7EAD691B02720651d37
Octal17625515133047401453567
Binary1111110101011011101001110110100111100000110010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,173,105); }

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

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

 a { background-color: rgb(126,173,105); }

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

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

 span { border-color: rgb(126,173,105); }

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