Html Css Color HEX #86A37F Amulet

📋 copy color: '#86A37F'

red 134 ◦ green 163 ◦ blue 127

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

Shades of Amulet #86A37F

Tints of Amulet #86A37F

RGB

 RED value IS 134 (52.73% from 255) = 31.6%

 GREEN value IS 163 (64.06% from 255) = 38.44%

 BLUE value IS 127 (50% from 255) = 29.95%

R = 31.6%
G = 38.44%
B = 29.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#86A37F (or 0x86A37F) is known color: Amulet. HEX triplet: 86, A3 and 7F. RGB value is (134,163,127). Sum of RGB (Red+Green+Blue) = 134+163+127=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 163 - color contains mainly: green. Hex color #86A37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A37F is #795C80. Grayscale: #969696. Windows color (decimal): -7953537 or 8364934. OLE color: 8364934.

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

Color convert

RGB 134 163 127 -
CMYK 0.18 0 0.22 0.36
HSL 108.33º 0.16% 0.57% -
HSV(B) 108.33º 0.22% 0.64% -
XYZ 26.76 32.8 25 -
YUV 150.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 134 163 127 0.18 0 0.22 0.36 108.33 0.16 0.57
Hex 86 A3 7F 12 0 16 24 6C 10 39
Octal 206 243 177 22 0 26 44 154 20 71
Binary 10000110 10100011 1111111 10010 0 10110 100100 1101100 10000 111001

Color Harmonies of #86A37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A37F

Black with #86A37F

Text Example


Text Example

White with #86A37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86A37F; }

 p { color: rgb(134,163,127); }

 H1.HeaderClassName
 {
   color: #86A37F;
 }
 .AnyTagClassName
 {
   color: #86A37F;
 }
</style>

background-color css

<style>
 a { background-color: #86A37F; }

 a { background-color: rgb(134,163,127); }

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

border-color css

<style>
 span { border-color: #86A37F; }

 span { border-color: rgb(134,163,127); }

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