#71A468

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

Shades of Amulet #71A468

Tints of Amulet #71A468

Color information

#71A468 (or 0x71A468) is unknown color: approx Amulet. HEX triplet: 71, A4 and 68. RGB value is (113,164,104). Sum of RGB (Red+Green+Blue) = 113+164+104=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 164 - color contains mainly: green. Hex color #71A468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A468 is #8E5B97. Grayscale: #8E8E8E. Windows color (decimal): -9329560 or 6857841. OLE color: 6857841.

HSL color Cylindrical-coordinate representation of color #71A468: hue angle of 111º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71A468 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB113164104-
CMYK0.3100.370.36
HSL111º24.79%52.55%-
HSV(B)111º36.59%64.31%-
XYZ22.5831.0617.9-
YUV141.91106.6107.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.66%
GREEN value IS 164 (64.45% from 255) = 43.04%
BLUE value IS 104 (41.02% from 255) = 27.30%
R=29.66%
G=43.04%
B=27.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131641040.3100.370.3611124.7952.55
Hex71A4681F025246f1935
Octal16124415037045441573165
Binary1110001101001001101000111110100101100100110111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,164,104); }

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

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

 a { background-color: rgb(113,164,104); }

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

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

 span { border-color: rgb(113,164,104); }

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