#71AA6B

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

Shades of Amulet #71AA6B

Tints of Amulet #71AA6B

Color information

#71AA6B (or 0x71AA6B) is unknown color: approx Amulet. HEX triplet: 71, AA and 6B. RGB value is (113,170,107). Sum of RGB (Red+Green+Blue) = 113+170+107=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AA6B is #8E5594. Grayscale: #919191. Windows color (decimal): -9328021 or 7055985. OLE color: 7055985.

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

Color convert

RGB113170107-
CMYK0.3400.370.33
HSL114.29º27.04%54.31%-
HSV(B)114.29º37.06%66.67%-
XYZ23.8433.3219.09-
YUV145.78106.12104.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 170 (66.80% from 255) = 43.59%
BLUE value IS 107 (42.19% from 255) = 27.44%
R=28.97%
G=43.59%
B=27.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131701070.3400.370.33114.2927.0454.31
Hex71AA6B2202521721b36
Octal16125215342045411623366
Binary11100011010101011010111000100100101100001111001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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