Html Css Color HEX #71A46B Amulet

📋 copy color: '#71A46B'

red 113 ◦ green 164 ◦ blue 107

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

Shades of Amulet #71A46B

Tints of Amulet #71A46B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.86%

R = 29.43%
G = 42.71%
B = 27.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#71A46B (or 0x71A46B) is known color: Amulet. HEX triplet: 71, A4 and 6B. RGB value is (113,164,107). Sum of RGB (Red+Green+Blue) = 113+164+107=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #71A46B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A46B is #8E5B94. Grayscale: #8E8E8E. Windows color (decimal): -9329557 or 7054449. OLE color: 7054449.

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

Color convert

RGB 113 164 107 -
CMYK 0.31 0 0.35 0.36
HSL 113.68º 0.24% 0.53% -
HSV(B) 113.68º 0.35% 0.64% -
XYZ 22.74 31.12 18.72 -
YUV 142.25 108.1 107.13 -
System Red Green Blue C M Y K H S L
Decimal 113 164 107 0.31 0 0.35 0.36 113.68 0.24 0.53
Hex 71 A4 6B 1F 0 23 24 72 18 35
Octal 161 244 153 37 0 43 44 162 30 65
Binary 1110001 10100100 1101011 11111 0 100011 100100 1110010 11000 110101

Color Harmonies of #71A46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A46B

Black with #71A46B

Text Example


Text Example

White with #71A46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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