#71A16C

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

Shades of Amulet #71A16C

Tints of Amulet #71A16C

Color information

#71A16C (or 0x71A16C) is unknown color: approx Amulet. HEX triplet: 71, A1 and 6C. RGB value is (113,161,108). Sum of RGB (Red+Green+Blue) = 113+161+108=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 161 - color contains mainly: green. Hex color #71A16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A16C is #8E5E93. Grayscale: #8C8C8C. Windows color (decimal): -9330324 or 7119217. OLE color: 7119217.

HSL color Cylindrical-coordinate representation of color #71A16C: hue angle of 114.34º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71A16C is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB113161108-
CMYK0.3000.330.37
HSL114.34º21.99%52.75%-
HSV(B)114.34º32.92%63.14%-
XYZ22.2630.0818.82-
YUV140.61109.6108.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.58%
GREEN value IS 161 (63.28% from 255) = 42.15%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=29.58%
G=42.15%
B=28.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1131611080.3000.330.37114.3421.9952.75
Hex71A16C1E02125721635
Octal16124115436041451622665
Binary1110001101000011101100111100100001100101111001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,161,108); }

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

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

 a { background-color: rgb(113,161,108); }

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

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

 span { border-color: rgb(113,161,108); }

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