#71AF63

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

Shades of Amulet #71AF63

Tints of Amulet #71AF63

Color information

#71AF63 (or 0x71AF63) is unknown color: approx Amulet. HEX triplet: 71, AF and 63. RGB value is (113,175,99). Sum of RGB (Red+Green+Blue) = 113+175+99=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AF63 is #8E509C. Grayscale: #949494. Windows color (decimal): -9326749 or 6532977. OLE color: 6532977.

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

Color convert

RGB11317599-
CMYK0.3500.430.31
HSL108.95º32.2%53.73%-
HSV(B)108.95º43.43%68.63%-
XYZ24.3935.0717.29-
YUV147.8100.46103.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 175 (68.75% from 255) = 45.22%
BLUE value IS 99 (39.06% from 255) = 25.58%
R=29.20%
G=45.22%
B=25.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113175990.3500.430.31108.9532.253.73
Hex71AF632302B1F6d2036
Octal16125714343053371554066
Binary11100011010111111000111000110101011111111101101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,175,99); }

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

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

 a { background-color: rgb(113,175,99); }

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

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

 span { border-color: rgb(113,175,99); }

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