Html Css Color HEX #87A480 Amulet

📋 copy color: '#87A480'

red 135 ◦ green 164 ◦ blue 128

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

Shades of Amulet #87A480

Tints of Amulet #87A480

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

 BLUE value IS 128 (50.39% from 255) = 29.98%

R = 31.62%
G = 38.41%
B = 29.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#87A480 (or 0x87A480) is known color: Amulet. HEX triplet: 87, A4 and 80. RGB value is (135,164,128). Sum of RGB (Red+Green+Blue) = 135+164+128=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #87A480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A480 is #785B7F. Grayscale: #979797. Windows color (decimal): -7887744 or 8430727. OLE color: 8430727.

HSL color Cylindrical-coordinate representation of color #87A480: hue angle of 108.33º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87A480 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 135 164 128 -
CMYK 0.18 0 0.22 0.36
HSL 108.33º 0.17% 0.57% -
HSV(B) 108.33º 0.22% 0.64% -
XYZ 27.16 33.26 25.41 -
YUV 151.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 135 164 128 0.18 0 0.22 0.36 108.33 0.17 0.57
Hex 87 A4 80 12 0 16 24 6C 11 39
Octal 207 244 200 22 0 26 44 154 21 71
Binary 10000111 10100100 10000000 10010 0 10110 100100 1101100 10001 111001

Color Harmonies of #87A480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A480

Black with #87A480

Text Example


Text Example

White with #87A480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,164,128); }

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

background-color css

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

 a { background-color: rgb(135,164,128); }

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

border-color css

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

 span { border-color: rgb(135,164,128); }

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