Html Css Color HEX #81A471 Amulet

📋 copy color: '#81A471'

red 129 ◦ green 164 ◦ blue 113

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

Shades of Amulet #81A471

Tints of Amulet #81A471

RGB

 RED value IS 129 (50.78% from 255) = 31.77%

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

 BLUE value IS 113 (44.53% from 255) = 27.83%

R = 31.77%
G = 40.39%
B = 27.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#81A471 (or 0x81A471) is known color: Amulet. HEX triplet: 81, A4 and 71. RGB value is (129,164,113). Sum of RGB (Red+Green+Blue) = 129+164+113=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #81A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A471 is #7E5B8E. Grayscale: #939393. Windows color (decimal): -8280975 or 7447681. OLE color: 7447681.

HSL color Cylindrical-coordinate representation of color #81A471: hue angle of 101.18º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81A471 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 129 164 113 -
CMYK 0.21 0 0.31 0.36
HSL 101.18º 0.22% 0.54% -
HSV(B) 101.18º 0.31% 0.64% -
XYZ 25.31 32.41 20.54 -
YUV 147.72 108.4 114.65 -
System Red Green Blue C M Y K H S L
Decimal 129 164 113 0.21 0 0.31 0.36 101.18 0.22 0.54
Hex 81 A4 71 15 0 1F 24 65 16 36
Octal 201 244 161 25 0 37 44 145 26 66
Binary 10000001 10100100 1110001 10101 0 11111 100100 1100101 10110 110110

Color Harmonies of #81A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A471

Black with #81A471

Text Example


Text Example

White with #81A471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81A471; }

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

 H1.HeaderClassName
 {
   color: #81A471;
 }
 .AnyTagClassName
 {
   color: #81A471;
 }
</style>

background-color css

<style>
 a { background-color: #81A471; }

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

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

border-color css

<style>
 span { border-color: #81A471; }

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

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