Html Css Color HEX #87A472 Amulet

📋 copy color: '#87A472'

red 135 ◦ green 164 ◦ blue 114

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

Shades of Amulet #87A472

Tints of Amulet #87A472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.6%

R = 32.69%
G = 39.71%
B = 27.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#87A472 (or 0x87A472) is known color: Amulet. HEX triplet: 87, A4 and 72. RGB value is (135,164,114). Sum of RGB (Red+Green+Blue) = 135+164+114=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 164 - color contains mainly: green. Hex color #87A472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A472 is #785B8D. Grayscale: #959595. Windows color (decimal): -7887758 or 7513223. OLE color: 7513223.

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

Color convert

RGB 135 164 114 -
CMYK 0.18 0 0.30 0.36
HSL 94.8º 0.22% 0.55% -
HSV(B) 94.8º 0.3% 0.64% -
XYZ 26.3 32.92 20.89 -
YUV 149.63 107.89 117.57 -
System Red Green Blue C M Y K H S L
Decimal 135 164 114 0.18 0 0.30 0.36 94.8 0.22 0.55
Hex 87 A4 72 12 0 1E 24 5F 16 37
Octal 207 244 162 22 0 36 44 137 26 67
Binary 10000111 10100100 1110010 10010 0 11110 100100 1011111 10110 110111

Color Harmonies of #87A472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A472

Black with #87A472

Text Example


Text Example

White with #87A472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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