Html Css Color HEX #81A376 Amulet

📋 copy color: '#81A376'

red 129 ◦ green 163 ◦ blue 118

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

Shades of Amulet #81A376

Tints of Amulet #81A376

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.76%

 BLUE value IS 118 (46.48% from 255) = 28.78%

R = 31.46%
G = 39.76%
B = 28.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#81A376 (or 0x81A376) is known color: Amulet. HEX triplet: 81, A3 and 76. RGB value is (129,163,118). Sum of RGB (Red+Green+Blue) = 129+163+118=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 163 - color contains mainly: green. Hex color #81A376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A376 is #7E5C89. Grayscale: #939393. Windows color (decimal): -8281226 or 7775105. OLE color: 7775105.

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

Color convert

RGB 129 163 118 -
CMYK 0.21 0 0.28 0.36
HSL 105.33º 0.2% 0.55% -
HSV(B) 105.33º 0.28% 0.64% -
XYZ 25.42 32.17 22.01 -
YUV 147.7 111.24 114.66 -
System Red Green Blue C M Y K H S L
Decimal 129 163 118 0.21 0 0.28 0.36 105.33 0.2 0.55
Hex 81 A3 76 15 0 1C 24 69 14 37
Octal 201 243 166 25 0 34 44 151 24 67
Binary 10000001 10100011 1110110 10101 0 11100 100100 1101001 10100 110111

Color Harmonies of #81A376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A376

Black with #81A376

Text Example


Text Example

White with #81A376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,163,118); }

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

background-color css

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

 a { background-color: rgb(129,163,118); }

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

border-color css

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

 span { border-color: rgb(129,163,118); }

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