#71A66A

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

Shades of Amulet #71A66A

Tints of Amulet #71A66A

Color information

#71A66A (or 0x71A66A) is unknown color: approx Amulet. HEX triplet: 71, A6 and 6A. RGB value is (113,166,106). Sum of RGB (Red+Green+Blue) = 113+166+106=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 166 - color contains mainly: green. Hex color #71A66A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A66A is #8E5995. Grayscale: #8F8F8F. Windows color (decimal): -9329046 or 6989425. OLE color: 6989425.

HSL color Cylindrical-coordinate representation of color #71A66A: hue angle of 113º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71A66A is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB113166106-
CMYK0.3200.360.35
HSL113º25.21%53.33%-
HSV(B)113º36.14%65.1%-
XYZ23.0531.8218.56-
YUV143.31106.94106.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 166 (65.23% from 255) = 43.12%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=29.35%
G=43.12%
B=27.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1131661060.3200.360.3511325.2153.33
Hex71A66A2002423711935
Octal16124615240044431613165
Binary11100011010011011010101000000100100100011111000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71A66A; }

 p { color: rgb(113,166,106); }

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

<style>
 a { background-color: #71A66A; }

 a { background-color: rgb(113,166,106); }

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

<style>
 span { border-color: #71A66A; }

 span { border-color: rgb(113,166,106); }

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