Html Css Color HEX #71A96D Amulet

📋 copy color: '#71A96D'

red 113 ◦ green 169 ◦ blue 109

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

Shades of Amulet #71A96D

Tints of Amulet #71A96D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.22%

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

R = 28.9%
G = 43.22%
B = 27.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#71A96D (or 0x71A96D) is known color: Amulet. HEX triplet: 71, A9 and 6D. RGB value is (113,169,109). Sum of RGB (Red+Green+Blue) = 113+169+109=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #71A96D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A96D is #8E5692. Grayscale: #919191. Windows color (decimal): -9328275 or 7186801. OLE color: 7186801.

HSL color Cylindrical-coordinate representation of color #71A96D: hue angle of 116º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71A96D is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 113 169 109 -
CMYK 0.33 0 0.36 0.34
HSL 116º 0.26% 0.55% -
HSV(B) 116º 0.36% 0.66% -
XYZ 23.76 32.99 19.58 -
YUV 145.42 107.45 104.88 -
System Red Green Blue C M Y K H S L
Decimal 113 169 109 0.33 0 0.36 0.34 116 0.26 0.55
Hex 71 A9 6D 21 0 24 22 74 1A 37
Octal 161 251 155 41 0 44 42 164 32 67
Binary 1110001 10101001 1101101 100001 0 100100 100010 1110100 11010 110111

Color Harmonies of #71A96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A96D

Black with #71A96D

Text Example


Text Example

White with #71A96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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