Html Css Color HEX #87A172 Amulet

📋 copy color: '#87A172'

red 135 ◦ green 161 ◦ blue 114

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

Shades of Amulet #87A172

Tints of Amulet #87A172

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.27%

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

R = 32.93%
G = 39.27%
B = 27.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#87A172 (or 0x87A172) is known color: Amulet. HEX triplet: 87, A1 and 72. RGB value is (135,161,114). Sum of RGB (Red+Green+Blue) = 135+161+114=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 161 - color contains mainly: green. Hex color #87A172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87A172 is #785E8D. Grayscale: #949494. Windows color (decimal): -7888526 or 7512455. OLE color: 7512455.

HSL color Cylindrical-coordinate representation of color #87A172: hue angle of 93.19º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87A172 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 135 161 114 -
CMYK 0.16 0 0.29 0.37
HSL 93.19º 0.2% 0.54% -
HSV(B) 93.19º 0.29% 0.63% -
XYZ 25.77 31.86 20.71 -
YUV 147.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 135 161 114 0.16 0 0.29 0.37 93.19 0.2 0.54
Hex 87 A1 72 10 0 1D 25 5D 14 36
Octal 207 241 162 20 0 35 45 135 24 66
Binary 10000111 10100001 1110010 10000 0 11101 100101 1011101 10100 110110

Color Harmonies of #87A172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A172

Black with #87A172

Text Example


Text Example

White with #87A172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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