#71AB69

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

Shades of Amulet #71AB69

Tints of Amulet #71AB69

Color information

#71AB69 (or 0x71AB69) is unknown color: approx Amulet. HEX triplet: 71, AB and 69. RGB value is (113,171,105). Sum of RGB (Red+Green+Blue) = 113+171+105=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AB69 is #8E5496. Grayscale: #929292. Windows color (decimal): -9327767 or 6925169. OLE color: 6925169.

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

Color convert

RGB113171105-
CMYK0.3400.390.33
HSL112.73º28.21%54.12%-
HSV(B)112.73º38.6%67.06%-
XYZ23.9233.6618.6-
YUV146.13104.78104.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.05%
GREEN value IS 171 (67.19% from 255) = 43.96%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=29.05%
G=43.96%
B=26.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131711050.3400.390.33112.7328.2154.12
Hex71AB692202721711c36
Octal16125315142047411613466
Binary11100011010101111010011000100100111100001111000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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