#71AE62

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

Shades of Amulet #71AE62

Tints of Amulet #71AE62

Color information

#71AE62 (or 0x71AE62) is unknown color: approx Amulet. HEX triplet: 71, AE and 62. RGB value is (113,174,98). Sum of RGB (Red+Green+Blue) = 113+174+98=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #71AE62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AE62 is #8E519D. Grayscale: #939393. Windows color (decimal): -9327006 or 6467185. OLE color: 6467185.

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

Color convert

RGB11317498-
CMYK0.3500.440.32
HSL108.16º31.93%53.33%-
HSV(B)108.16º43.68%68.24%-
XYZ24.1534.6616.97-
YUV147.1100.29103.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 174 (68.36% from 255) = 45.19%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=29.35%
G=45.19%
B=25.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113174980.3500.440.32108.1631.9353.33
Hex71AE622302C206c2035
Octal16125614243054401544065
Binary111000110101110110001010001101011001000001101100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,174,98); }

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

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

 a { background-color: rgb(113,174,98); }

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

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

 span { border-color: rgb(113,174,98); }

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