Html Css Color HEX #81B776 Amulet

📋 copy color: '#81B776'

red 129 ◦ green 183 ◦ blue 118

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

Shades of Amulet #81B776

Tints of Amulet #81B776

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.56%

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

R = 30%
G = 42.56%
B = 27.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#81B776 (or 0x81B776) is known color: Amulet. HEX triplet: 81, B7 and 76. RGB value is (129,183,118). Sum of RGB (Red+Green+Blue) = 129+183+118=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #81B776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B776 is #7E4889. Grayscale: #9F9F9F. Windows color (decimal): -8276106 or 7780225. OLE color: 7780225.

HSL color Cylindrical-coordinate representation of color #81B776: hue angle of 109.85º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81B776 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 129 183 118 -
CMYK 0.30 0 0.36 0.28
HSL 109.85º 0.31% 0.59% -
HSV(B) 109.85º 0.36% 0.72% -
XYZ 29.26 39.84 23.29 -
YUV 159.44 104.61 106.29 -
System Red Green Blue C M Y K H S L
Decimal 129 183 118 0.30 0 0.36 0.28 109.85 0.31 0.59
Hex 81 B7 76 1E 0 24 1C 6E 1F 3B
Octal 201 267 166 36 0 44 34 156 37 73
Binary 10000001 10110111 1110110 11110 0 100100 11100 1101110 11111 111011

Color Harmonies of #81B776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B776

Black with #81B776

Text Example


Text Example

White with #81B776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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