Html Css Color HEX #87A470 Amulet

📋 copy color: '#87A470'

red 135 ◦ green 164 ◦ blue 112

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

Shades of Amulet #87A470

Tints of Amulet #87A470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.25%

R = 32.85%
G = 39.9%
B = 27.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#87A470 (or 0x87A470) is known color: Amulet. HEX triplet: 87, A4 and 70. RGB value is (135,164,112). Sum of RGB (Red+Green+Blue) = 135+164+112=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 164 - color contains mainly: green. Hex color #87A470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A470 is #785B8F. Grayscale: #959595. Windows color (decimal): -7887760 or 7382151. OLE color: 7382151.

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

Color convert

RGB 135 164 112 -
CMYK 0.18 0 0.32 0.36
HSL 93.46º 0.22% 0.54% -
HSV(B) 93.46º 0.32% 0.64% -
XYZ 26.19 32.87 20.29 -
YUV 149.4 106.89 117.73 -
System Red Green Blue C M Y K H S L
Decimal 135 164 112 0.18 0 0.32 0.36 93.46 0.22 0.54
Hex 87 A4 70 12 0 20 24 5D 16 36
Octal 207 244 160 22 0 40 44 135 26 66
Binary 10000111 10100100 1110000 10010 0 100000 100100 1011101 10110 110110

Color Harmonies of #87A470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A470

Black with #87A470

Text Example


Text Example

White with #87A470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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