Html Css Color HEX #81A876 Amulet

📋 copy color: '#81A876'

red 129 ◦ green 168 ◦ blue 118

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

Shades of Amulet #81A876

Tints of Amulet #81A876

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.48%

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

R = 31.08%
G = 40.48%
B = 28.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#81A876 (or 0x81A876) is known color: Amulet. HEX triplet: 81, A8 and 76. RGB value is (129,168,118). Sum of RGB (Red+Green+Blue) = 129+168+118=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 168 - color contains mainly: green. Hex color #81A876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A876 is #7E5789. Grayscale: #969696. Windows color (decimal): -8279946 or 7776385. OLE color: 7776385.

HSL color Cylindrical-coordinate representation of color #81A876: hue angle of 106.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81A876 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 129 168 118 -
CMYK 0.23 0 0.30 0.34
HSL 106.8º 0.22% 0.56% -
HSV(B) 106.8º 0.3% 0.66% -
XYZ 26.33 33.98 22.31 -
YUV 150.64 109.58 112.57 -
System Red Green Blue C M Y K H S L
Decimal 129 168 118 0.23 0 0.30 0.34 106.8 0.22 0.56
Hex 81 A8 76 17 0 1E 22 6B 16 38
Octal 201 250 166 27 0 36 42 153 26 70
Binary 10000001 10101000 1110110 10111 0 11110 100010 1101011 10110 111000

Color Harmonies of #81A876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A876

Black with #81A876

Text Example


Text Example

White with #81A876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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