Html Css Color HEX #87AA76 Amulet

📋 copy color: '#87AA76'

red 135 ◦ green 170 ◦ blue 118

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

Shades of Amulet #87AA76

Tints of Amulet #87AA76

RGB

 RED value IS 135 (53.13% from 255) = 31.91%

 GREEN value IS 170 (66.8% from 255) = 40.19%

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

R = 31.91%
G = 40.19%
B = 27.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#87AA76 (or 0x87AA76) is known color: Amulet. HEX triplet: 87, AA and 76. RGB value is (135,170,118). Sum of RGB (Red+Green+Blue) = 135+170+118=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #87AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AA76 is #785589. Grayscale: #999999. Windows color (decimal): -7886218 or 7776903. OLE color: 7776903.

HSL color Cylindrical-coordinate representation of color #87AA76: hue angle of 100.38º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87AA76 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 170 118 -
CMYK 0.21 0 0.31 0.33
HSL 100.38º 0.23% 0.56% -
HSV(B) 100.38º 0.31% 0.67% -
XYZ 27.64 35.21 22.48 -
YUV 153.61 107.9 114.73 -
System Red Green Blue C M Y K H S L
Decimal 135 170 118 0.21 0 0.31 0.33 100.38 0.23 0.56
Hex 87 AA 76 15 0 1F 21 64 17 38
Octal 207 252 166 25 0 37 41 144 27 70
Binary 10000111 10101010 1110110 10101 0 11111 100001 1100100 10111 111000

Color Harmonies of #87AA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AA76

Black with #87AA76

Text Example


Text Example

White with #87AA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87AA76; }

 p { color: rgb(135,170,118); }

 H1.HeaderClassName
 {
   color: #87AA76;
 }
 .AnyTagClassName
 {
   color: #87AA76;
 }
</style>

background-color css

<style>
 a { background-color: #87AA76; }

 a { background-color: rgb(135,170,118); }

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

border-color css

<style>
 span { border-color: #87AA76; }

 span { border-color: rgb(135,170,118); }

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