#71A161

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

Shades of Amulet #71A161

Tints of Amulet #71A161

Color information

#71A161 (or 0x71A161) is unknown color: approx Amulet. HEX triplet: 71, A1 and 61. RGB value is (113,161,97). Sum of RGB (Red+Green+Blue) = 113+161+97=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #71A161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A161 is #8E5E9E. Grayscale: #8B8B8B. Windows color (decimal): -9330335 or 6398321. OLE color: 6398321.

HSL color Cylindrical-coordinate representation of color #71A161: hue angle of 105º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71A161 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB11316197-
CMYK0.3000.400.37
HSL105º25.4%50.59%-
HSV(B)105º39.75%63.14%-
XYZ21.7129.8615.93-
YUV139.35104.1109.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 161 (63.28% from 255) = 43.40%
BLUE value IS 97 (38.28% from 255) = 26.15%
R=30.46%
G=43.40%
B=26.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal113161970.3000.400.3710525.450.59
Hex71A1611E02825691933
Octal16124114136050451513163
Binary1110001101000011100001111100101000100101110100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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