Html Css Color HEX #71A569 Amulet

📋 copy color: '#71A569'

red 113 ◦ green 165 ◦ blue 105

#71A569
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #71A569

Tints of Amulet #71A569

RGB

 RED value IS 113 (44.53% from 255) = 29.5%

 GREEN value IS 165 (64.84% from 255) = 43.08%

 BLUE value IS 105 (41.41% from 255) = 27.42%

R = 29.5%
G = 43.08%
B = 27.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#71A569 (or 0x71A569) is known color: Amulet. HEX triplet: 71, A5 and 69. RGB value is (113,165,105). Sum of RGB (Red+Green+Blue) = 113+165+105=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 165 - color contains mainly: green. Hex color #71A569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A569 is #8E5A96. Grayscale: #8E8E8E. Windows color (decimal): -9329303 or 6923633. OLE color: 6923633.

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

Color convert

RGB 113 165 105 -
CMYK 0.32 0 0.36 0.35
HSL 112º 0.25% 0.53% -
HSV(B) 112º 0.36% 0.65% -
XYZ 22.81 31.44 18.23 -
YUV 142.61 106.77 106.88 -
System Red Green Blue C M Y K H S L
Decimal 113 165 105 0.32 0 0.36 0.35 112 0.25 0.53
Hex 71 A5 69 20 0 24 23 70 19 35
Octal 161 245 151 40 0 44 43 160 31 65
Binary 1110001 10100101 1101001 100000 0 100100 100011 1110000 11001 110101

Color Harmonies of #71A569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A569

Black with #71A569

Text Example


Text Example

White with #71A569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71A569;
 }
 .AnyTagClassName
 {
   color: #71A569;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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