Html Css Color HEX #87AF76 Amulet

📋 copy color: '#87AF76'

red 135 ◦ green 175 ◦ blue 118

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

Shades of Amulet #87AF76

Tints of Amulet #87AF76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.57%

R = 31.54%
G = 40.89%
B = 27.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#87AF76 (or 0x87AF76) is known color: Amulet. HEX triplet: 87, AF and 76. RGB value is (135,175,118). Sum of RGB (Red+Green+Blue) = 135+175+118=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #87AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87AF76 is #785089. Grayscale: #9C9C9C. Windows color (decimal): -7884938 or 7778183. OLE color: 7778183.

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

Color convert

RGB 135 175 118 -
CMYK 0.23 0 0.33 0.31
HSL 102.11º 0.26% 0.57% -
HSV(B) 102.11º 0.33% 0.69% -
XYZ 28.59 37.12 22.8 -
YUV 156.54 106.25 112.63 -
System Red Green Blue C M Y K H S L
Decimal 135 175 118 0.23 0 0.33 0.31 102.11 0.26 0.57
Hex 87 AF 76 17 0 21 1F 66 1A 39
Octal 207 257 166 27 0 41 37 146 32 71
Binary 10000111 10101111 1110110 10111 0 100001 11111 1100110 11010 111001

Color Harmonies of #87AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AF76

Black with #87AF76

Text Example


Text Example

White with #87AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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