#71A56F

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

Shades of Amulet #71A56F

Tints of Amulet #71A56F

Color information

#71A56F (or 0x71A56F) is unknown color: approx Amulet. HEX triplet: 71, A5 and 6F. RGB value is (113,165,111). Sum of RGB (Red+Green+Blue) = 113+165+111=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #71A56F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A56F is #8E5A90. Grayscale: #8F8F8F. Windows color (decimal): -9329297 or 7316849. OLE color: 7316849.

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

Color convert

RGB113165111-
CMYK0.3200.330.35
HSL117.78º23.08%54.12%-
HSV(B)117.78º32.73%64.71%-
XYZ23.1331.5719.91-
YUV143.3109.77106.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.05%
GREEN value IS 165 (64.84% from 255) = 42.42%
BLUE value IS 111 (43.75% from 255) = 28.53%
R=29.05%
G=42.42%
B=28.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1131651110.3200.330.35117.7823.0854.12
Hex71A56F2002123761736
Octal16124515740041431662766
Binary11100011010010111011111000000100001100011111011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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