Html Css Color HEX #71A261 Amulet

📋 copy color: '#71A261'

red 113 ◦ green 162 ◦ blue 97

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

Shades of Amulet #71A261

Tints of Amulet #71A261

RGB

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

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

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

R = 30.38%
G = 43.55%
B = 26.08%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#71A261 (or 0x71A261) is known color: Amulet. HEX triplet: 71, A2 and 61. RGB value is (113,162,97). Sum of RGB (Red+Green+Blue) = 113+162+97=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 162 - color contains mainly: green. Hex color #71A261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A261 is #8E5D9E. Grayscale: #8C8C8C. Windows color (decimal): -9330079 or 6398577. OLE color: 6398577.

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

Color convert

RGB 113 162 97 -
CMYK 0.30 0 0.40 0.36
HSL 105.23º 0.26% 0.51% -
HSV(B) 105.23º 0.4% 0.64% -
XYZ 21.89 30.21 15.99 -
YUV 139.94 103.77 108.79 -
System Red Green Blue C M Y K H S L
Decimal 113 162 97 0.30 0 0.40 0.36 105.23 0.26 0.51
Hex 71 A2 61 1E 0 28 24 69 1A 33
Octal 161 242 141 36 0 50 44 151 32 63
Binary 1110001 10100010 1100001 11110 0 101000 100100 1101001 11010 110011

Color Harmonies of #71A261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A261

Black with #71A261

Text Example


Text Example

White with #71A261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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