#71A766

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

Shades of Amulet #71A766

Tints of Amulet #71A766

Color information

#71A766 (or 0x71A766) is unknown color: approx Amulet. HEX triplet: 71, A7 and 66. RGB value is (113,167,102). Sum of RGB (Red+Green+Blue) = 113+167+102=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 167 (65.62% from 255 or 43.72% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 167 - color contains mainly: green. Hex color #71A766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A766 is #8E5899. Grayscale: #8F8F8F. Windows color (decimal): -9328794 or 6727537. OLE color: 6727537.

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

Color convert

RGB113167102-
CMYK0.3200.390.35
HSL109.85º26.97%52.75%-
HSV(B)109.85º38.92%65.49%-
XYZ23.0332.1117.55-
YUV143.44104.61106.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.58%
GREEN value IS 167 (65.62% from 255) = 43.72%
BLUE value IS 102 (40.23% from 255) = 26.70%
R=29.58%
G=43.72%
B=26.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1131671020.3200.390.35109.8526.9752.75
Hex71A76620027236e1b35
Octal16124714640047431563365
Binary11100011010011111001101000000100111100011110111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,167,102); }

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

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

 a { background-color: rgb(113,167,102); }

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

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

 span { border-color: rgb(113,167,102); }

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