Html Css Color HEX #87AF7C Amulet

📋 copy color: '#87AF7C'

red 135 ◦ green 175 ◦ blue 124

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

Shades of Amulet #87AF7C

Tints of Amulet #87AF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.32%

 BLUE value IS 124 (48.83% from 255) = 28.57%

R = 31.11%
G = 40.32%
B = 28.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#87AF7C (or 0x87AF7C) is known color: Amulet. HEX triplet: 87, AF and 7C. RGB value is (135,175,124). Sum of RGB (Red+Green+Blue) = 135+175+124=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #87AF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AF7C is #785083. Grayscale: #9D9D9D. Windows color (decimal): -7884932 or 8171399. OLE color: 8171399.

HSL color Cylindrical-coordinate representation of color #87AF7C: hue angle of 107.06º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87AF7C is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 135 175 124 -
CMYK 0.23 0 0.29 0.31
HSL 107.06º 0.24% 0.59% -
HSV(B) 107.06º 0.29% 0.69% -
XYZ 28.96 37.27 24.74 -
YUV 157.23 109.25 112.15 -
System Red Green Blue C M Y K H S L
Decimal 135 175 124 0.23 0 0.29 0.31 107.06 0.24 0.59
Hex 87 AF 7C 17 0 1D 1F 6B 18 3B
Octal 207 257 174 27 0 35 37 153 30 73
Binary 10000111 10101111 1111100 10111 0 11101 11111 1101011 11000 111011

Color Harmonies of #87AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AF7C

Black with #87AF7C

Text Example


Text Example

White with #87AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,175,124); }

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

background-color css

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

 a { background-color: rgb(135,175,124); }

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

border-color css

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

 span { border-color: rgb(135,175,124); }

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