#71A561

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

Shades of Amulet #71A561

Tints of Amulet #71A561

Color information

#71A561 (or 0x71A561) is unknown color: approx Amulet. HEX triplet: 71, A5 and 61. RGB value is (113,165,97). Sum of RGB (Red+Green+Blue) = 113+165+97=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #71A561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A561 is #8E5A9E. Grayscale: #8D8D8D. Windows color (decimal): -9329311 or 6399345. OLE color: 6399345.

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

Color convert

RGB11316597-
CMYK0.3200.410.35
HSL105.88º27.42%51.37%-
HSV(B)105.88º41.21%64.71%-
XYZ22.4231.2816.17-
YUV141.7102.77107.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 165 (64.84% from 255) = 44%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=30.13%
G=44%
B=25.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal113165970.3200.410.35105.8827.4251.37
Hex71A56120029236a1b33
Octal16124514140051431523363
Binary11100011010010111000011000000101001100011110101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,165,97); }

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

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

 a { background-color: rgb(113,165,97); }

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

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

 span { border-color: rgb(113,165,97); }

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