#7E9D71

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

Shades of Amulet #7E9D71

Tints of Amulet #7E9D71

Color information

#7E9D71 (or 0x7E9D71) is unknown color: approx Amulet. HEX triplet: 7E, 9D and 71. RGB value is (126,157,113). Sum of RGB (Red+Green+Blue) = 126+157+113=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #7E9D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9D71 is #81628E. Grayscale: #8E8E8E. Windows color (decimal): -8479375 or 7445886. OLE color: 7445886.

HSL color Cylindrical-coordinate representation of color #7E9D71: hue angle of 102.27º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E9D71 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB126157113-
CMYK0.2000.280.38
HSL102.27º18.33%52.94%-
HSV(B)102.27º28.03%61.57%-
XYZ23.6429.7420.12-
YUV142.72111.23116.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.82%
GREEN value IS 157 (61.72% from 255) = 39.65%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=31.82%
G=39.65%
B=28.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1261571130.2000.280.38102.2718.3352.94
Hex7E9D711401C26661235
Octal17623516124034461462265
Binary111111010011101111000110100011100100110110011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,157,113); }

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

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

 a { background-color: rgb(126,157,113); }

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

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

 span { border-color: rgb(126,157,113); }

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