#71A568

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

Shades of Amulet #71A568

Tints of Amulet #71A568

Color information

#71A568 (or 0x71A568) is unknown color: approx Amulet. HEX triplet: 71, A5 and 68. RGB value is (113,165,104). Sum of RGB (Red+Green+Blue) = 113+165+104=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 165 - color contains mainly: green. Hex color #71A568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A568 is #8E5A97. Grayscale: #8E8E8E. Windows color (decimal): -9329304 or 6858097. OLE color: 6858097.

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

Color convert

RGB113165104-
CMYK0.3200.370.35
HSL111.15º25.31%52.75%-
HSV(B)111.15º36.97%64.71%-
XYZ22.7631.4217.96-
YUV142.5106.27106.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.58%
GREEN value IS 165 (64.84% from 255) = 43.19%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=29.58%
G=43.19%
B=27.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1131651040.3200.370.35111.1525.3152.75
Hex71A56820025236f1935
Octal16124515040045431573165
Binary11100011010010111010001000000100101100011110111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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