Html Css Color HEX #81AF76 Amulet

📋 copy color: '#81AF76'

red 129 ◦ green 175 ◦ blue 118

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

Shades of Amulet #81AF76

Tints of Amulet #81AF76

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.47%

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

R = 30.57%
G = 41.47%
B = 27.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#81AF76 (or 0x81AF76) is known color: Amulet. HEX triplet: 81, AF and 76. RGB value is (129,175,118). Sum of RGB (Red+Green+Blue) = 129+175+118=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AF76 is #7E5089. Grayscale: #9A9A9A. Windows color (decimal): -8278154 or 7778177. OLE color: 7778177.

HSL color Cylindrical-coordinate representation of color #81AF76: hue angle of 108.42º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81AF76 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 175 118 -
CMYK 0.26 0 0.33 0.31
HSL 108.42º 0.26% 0.57% -
HSV(B) 108.42º 0.33% 0.69% -
XYZ 27.65 36.64 22.75 -
YUV 154.75 107.26 109.63 -
System Red Green Blue C M Y K H S L
Decimal 129 175 118 0.26 0 0.33 0.31 108.42 0.26 0.57
Hex 81 AF 76 1A 0 21 1F 6C 1A 39
Octal 201 257 166 32 0 41 37 154 32 71
Binary 10000001 10101111 1110110 11010 0 100001 11111 1101100 11010 111001

Color Harmonies of #81AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AF76

Black with #81AF76

Text Example


Text Example

White with #81AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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