#71AA66

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

Shades of Amulet #71AA66

Tints of Amulet #71AA66

Color information

#71AA66 (or 0x71AA66) is unknown color: approx Amulet. HEX triplet: 71, AA and 66. RGB value is (113,170,102). Sum of RGB (Red+Green+Blue) = 113+170+102=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AA66 is #8E5599. Grayscale: #919191. Windows color (decimal): -9328026 or 6728305. OLE color: 6728305.

HSL color Cylindrical-coordinate representation of color #71AA66: hue angle of 110.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71AA66 is Cyan = 0.34, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB113170102-
CMYK0.3400.40.33
HSL110.29º28.57%53.33%-
HSV(B)110.29º40%66.67%-
XYZ23.5833.2217.74-
YUV145.2103.62105.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 170 (66.80% from 255) = 44.16%
BLUE value IS 102 (40.23% from 255) = 26.49%
R=29.35%
G=44.16%
B=26.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131701020.3400.40.33110.2928.5753.33
Hex71AA6622028216e1d35
Octal16125214642050411563565
Binary11100011010101011001101000100101000100001110111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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