#71AB61

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

Shades of Amulet #71AB61

Tints of Amulet #71AB61

Color information

#71AB61 (or 0x71AB61) is unknown color: approx Amulet. HEX triplet: 71, AB and 61. RGB value is (113,171,97). Sum of RGB (Red+Green+Blue) = 113+171+97=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AB61 is #8E549E. Grayscale: #919191. Windows color (decimal): -9327775 or 6400881. OLE color: 6400881.

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

Color convert

RGB11317197-
CMYK0.3400.430.33
HSL107.03º30.58%52.55%-
HSV(B)107.03º43.27%67.06%-
XYZ23.5333.516.54-
YUV145.22100.78105.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.66%
GREEN value IS 171 (67.19% from 255) = 44.88%
BLUE value IS 97 (38.28% from 255) = 25.46%
R=29.66%
G=44.88%
B=25.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113171970.3400.430.33107.0330.5852.55
Hex71AB612202B216b1f35
Octal16125314142053411533765
Binary11100011010101111000011000100101011100001110101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,171,97); }

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

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

 a { background-color: rgb(113,171,97); }

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

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

 span { border-color: rgb(113,171,97); }

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