Html Css Color HEX #71A469 Amulet

📋 copy color: '#71A469'

red 113 ◦ green 164 ◦ blue 105

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

Shades of Amulet #71A469

Tints of Amulet #71A469

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.93%

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

R = 29.58%
G = 42.93%
B = 27.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#71A469 (or 0x71A469) is known color: Amulet. HEX triplet: 71, A4 and 69. RGB value is (113,164,105). Sum of RGB (Red+Green+Blue) = 113+164+105=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #71A469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A469 is #8E5B96. Grayscale: #8E8E8E. Windows color (decimal): -9329559 or 6923377. OLE color: 6923377.

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

Color convert

RGB 113 164 105 -
CMYK 0.31 0 0.36 0.36
HSL 111.86º 0.24% 0.53% -
HSV(B) 111.86º 0.36% 0.64% -
XYZ 22.64 31.08 18.17 -
YUV 142.03 107.1 107.3 -
System Red Green Blue C M Y K H S L
Decimal 113 164 105 0.31 0 0.36 0.36 111.86 0.24 0.53
Hex 71 A4 69 1F 0 24 24 70 18 35
Octal 161 244 151 37 0 44 44 160 30 65
Binary 1110001 10100100 1101001 11111 0 100100 100100 1110000 11000 110101

Color Harmonies of #71A469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A469

Black with #71A469

Text Example


Text Example

White with #71A469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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