Html Css Color HEX #71AD61 Amulet

📋 copy color: '#71AD61'

red 113 ◦ green 173 ◦ blue 97

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

Shades of Amulet #71AD61

Tints of Amulet #71AD61

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.17%

 BLUE value IS 97 (38.28% from 255) = 25.33%

R = 29.5%
G = 45.17%
B = 25.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#71AD61 (or 0x71AD61) is known color: Amulet. HEX triplet: 71, AD and 61. RGB value is (113,173,97). Sum of RGB (Red+Green+Blue) = 113+173+97=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AD61 is #8E529E. Grayscale: #929292. Windows color (decimal): -9327263 or 6401393. OLE color: 6401393.

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

Color convert

RGB 113 173 97 -
CMYK 0.35 0 0.44 0.32
HSL 107.37º 0.32% 0.53% -
HSV(B) 107.37º 0.44% 0.68% -
XYZ 23.91 34.26 16.66 -
YUV 146.4 100.12 104.18 -
System Red Green Blue C M Y K H S L
Decimal 113 173 97 0.35 0 0.44 0.32 107.37 0.32 0.53
Hex 71 AD 61 23 0 2C 20 6B 20 35
Octal 161 255 141 43 0 54 40 153 40 65
Binary 1110001 10101101 1100001 100011 0 101100 100000 1101011 100000 110101

Color Harmonies of #71AD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AD61

Black with #71AD61

Text Example


Text Example

White with #71AD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,173,97); }

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

background-color css

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

 a { background-color: rgb(113,173,97); }

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

border-color css

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

 span { border-color: rgb(113,173,97); }

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