#71A966

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

Shades of Amulet #71A966

Tints of Amulet #71A966

Color information

#71A966 (or 0x71A966) is unknown color: approx Amulet. HEX triplet: 71, A9 and 66. RGB value is (113,169,102). Sum of RGB (Red+Green+Blue) = 113+169+102=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 169 - color contains mainly: green. Hex color #71A966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A966 is #8E5699. Grayscale: #909090. Windows color (decimal): -9328282 or 6728049. OLE color: 6728049.

HSL color Cylindrical-coordinate representation of color #71A966: hue angle of 110.15º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71A966 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB113169102-
CMYK0.3300.400.34
HSL110.15º28.03%53.14%-
HSV(B)110.15º39.64%66.27%-
XYZ23.432.8517.68-
YUV144.62103.95105.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.43%
GREEN value IS 169 (66.41% from 255) = 44.01%
BLUE value IS 102 (40.23% from 255) = 26.56%
R=29.43%
G=44.01%
B=26.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1131691020.3300.400.34110.1528.0353.14
Hex71A96621028226e1c35
Octal16125114641050421563465
Binary11100011010100111001101000010101000100010110111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,169,102); }

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

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

 a { background-color: rgb(113,169,102); }

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

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

 span { border-color: rgb(113,169,102); }

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