#71AD69

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

Shades of Amulet #71AD69

Tints of Amulet #71AD69

Color information

#71AD69 (or 0x71AD69) is unknown color: approx Amulet. HEX triplet: 71, AD and 69. RGB value is (113,173,105). Sum of RGB (Red+Green+Blue) = 113+173+105=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AD69 is #8E5296. Grayscale: #939393. Windows color (decimal): -9327255 or 6925681. OLE color: 6925681.

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

Color convert

RGB113173105-
CMYK0.3500.390.32
HSL112.94º29.31%54.51%-
HSV(B)112.94º39.31%67.84%-
XYZ24.334.4218.73-
YUV147.31104.12103.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 173 (67.97% from 255) = 44.25%
BLUE value IS 105 (41.41% from 255) = 26.85%
R=28.90%
G=44.25%
B=26.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131731050.3500.390.32112.9429.3154.51
Hex71AD692302720711d37
Octal16125515143047401613567
Binary11100011010110111010011000110100111100000111000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,173,105); }

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

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

 a { background-color: rgb(113,173,105); }

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

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

 span { border-color: rgb(113,173,105); }

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