Html Css Color HEX #71A161 Amulet

📋 copy color: '#71A161'

red 113 ◦ green 161 ◦ blue 97

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

Shades of Amulet #71A161

Tints of Amulet #71A161

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.4%

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

R = 30.46%
G = 43.4%
B = 26.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#71A161 (or 0x71A161) is known color: Amulet. HEX triplet: 71, A1 and 61. RGB value is (113,161,97). Sum of RGB (Red+Green+Blue) = 113+161+97=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #71A161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A161 is #8E5E9E. Grayscale: #8B8B8B. Windows color (decimal): -9330335 or 6398321. OLE color: 6398321.

HSL color Cylindrical-coordinate representation of color #71A161: hue angle of 105º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71A161 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 161 97 -
CMYK 0.30 0 0.40 0.37
HSL 105º 0.25% 0.51% -
HSV(B) 105º 0.4% 0.63% -
XYZ 21.71 29.86 15.93 -
YUV 139.35 104.1 109.2 -
System Red Green Blue C M Y K H S L
Decimal 113 161 97 0.30 0 0.40 0.37 105 0.25 0.51
Hex 71 A1 61 1E 0 28 25 69 19 33
Octal 161 241 141 36 0 50 45 151 31 63
Binary 1110001 10100001 1100001 11110 0 101000 100101 1101001 11001 110011

Color Harmonies of #71A161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A161

Black with #71A161

Text Example


Text Example

White with #71A161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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