Html Css Color HEX #71A461 Amulet

📋 copy color: '#71A461'

red 113 ◦ green 164 ◦ blue 97

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

Shades of Amulet #71A461

Tints of Amulet #71A461

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.85%

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

R = 30.21%
G = 43.85%
B = 25.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#71A461 (or 0x71A461) is known color: Amulet. HEX triplet: 71, A4 and 61. RGB value is (113,164,97). Sum of RGB (Red+Green+Blue) = 113+164+97=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #71A461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71A461 is #8E5B9E. Grayscale: #8D8D8D. Windows color (decimal): -9329567 or 6399089. OLE color: 6399089.

HSL color Cylindrical-coordinate representation of color #71A461: hue angle of 105.67º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71A461 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 164 97 -
CMYK 0.31 0 0.41 0.36
HSL 105.67º 0.27% 0.51% -
HSV(B) 105.67º 0.41% 0.64% -
XYZ 22.24 30.92 16.11 -
YUV 141.11 103.1 107.95 -
System Red Green Blue C M Y K H S L
Decimal 113 164 97 0.31 0 0.41 0.36 105.67 0.27 0.51
Hex 71 A4 61 1F 0 29 24 6A 1B 33
Octal 161 244 141 37 0 51 44 152 33 63
Binary 1110001 10100100 1100001 11111 0 101001 100100 1101010 11011 110011

Color Harmonies of #71A461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A461

Black with #71A461

Text Example


Text Example

White with #71A461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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