Html Css Color HEX #71A669 Amulet

📋 copy color: '#71A669'

red 113 ◦ green 166 ◦ blue 105

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

Shades of Amulet #71A669

Tints of Amulet #71A669

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.23%

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

R = 29.43%
G = 43.23%
B = 27.34%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#71A669 (or 0x71A669) is known color: Amulet. HEX triplet: 71, A6 and 69. RGB value is (113,166,105). Sum of RGB (Red+Green+Blue) = 113+166+105=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 166 - color contains mainly: green. Hex color #71A669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A669 is #8E5996. Grayscale: #8F8F8F. Windows color (decimal): -9329047 or 6923889. OLE color: 6923889.

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

Color convert

RGB 113 166 105 -
CMYK 0.32 0 0.37 0.35
HSL 112.13º 0.26% 0.53% -
HSV(B) 112.13º 0.37% 0.65% -
XYZ 23 31.8 18.29 -
YUV 143.2 106.44 106.46 -
System Red Green Blue C M Y K H S L
Decimal 113 166 105 0.32 0 0.37 0.35 112.13 0.26 0.53
Hex 71 A6 69 20 0 25 23 70 1A 35
Octal 161 246 151 40 0 45 43 160 32 65
Binary 1110001 10100110 1101001 100000 0 100101 100011 1110000 11010 110101

Color Harmonies of #71A669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A669

Black with #71A669

Text Example


Text Example

White with #71A669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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