Html Css Color HEX #71A26D Amulet

📋 copy color: '#71A26D'

red 113 ◦ green 162 ◦ blue 109

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

Shades of Amulet #71A26D

Tints of Amulet #71A26D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.19%

 BLUE value IS 109 (42.97% from 255) = 28.39%

R = 29.43%
G = 42.19%
B = 28.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#71A26D (or 0x71A26D) is known color: Amulet. HEX triplet: 71, A2 and 6D. RGB value is (113,162,109). Sum of RGB (Red+Green+Blue) = 113+162+109=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 162 - color contains mainly: green. Hex color #71A26D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A26D is #8E5D92. Grayscale: #8D8D8D. Windows color (decimal): -9330067 or 7185009. OLE color: 7185009.

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

Color convert

RGB 113 162 109 -
CMYK 0.30 0 0.33 0.36
HSL 115.47º 0.22% 0.53% -
HSV(B) 115.47º 0.33% 0.64% -
XYZ 22.49 30.46 19.16 -
YUV 141.31 109.77 107.81 -
System Red Green Blue C M Y K H S L
Decimal 113 162 109 0.30 0 0.33 0.36 115.47 0.22 0.53
Hex 71 A2 6D 1E 0 21 24 73 16 35
Octal 161 242 155 36 0 41 44 163 26 65
Binary 1110001 10100010 1101101 11110 0 100001 100100 1110011 10110 110101

Color Harmonies of #71A26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A26D

Black with #71A26D

Text Example


Text Example

White with #71A26D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,162,109); }

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

background-color css

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

 a { background-color: rgb(113,162,109); }

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

border-color css

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

 span { border-color: rgb(113,162,109); }

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