Html Css Color HEX #86A680 Amulet

📋 copy color: '#86A680'

red 134 ◦ green 166 ◦ blue 128

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

Shades of Amulet #86A680

Tints of Amulet #86A680

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.79%

 BLUE value IS 128 (50.39% from 255) = 29.91%

R = 31.31%
G = 38.79%
B = 29.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#86A680 (or 0x86A680) is known color: Amulet. HEX triplet: 86, A6 and 80. RGB value is (134,166,128). Sum of RGB (Red+Green+Blue) = 134+166+128=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 166 - color contains mainly: green. Hex color #86A680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A680 is #79597F. Grayscale: #989898. Windows color (decimal): -7952768 or 8431238. OLE color: 8431238.

HSL color Cylindrical-coordinate representation of color #86A680: hue angle of 110.53º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #86A680 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 166 128 -
CMYK 0.19 0 0.23 0.35
HSL 110.53º 0.18% 0.58% -
HSV(B) 110.53º 0.23% 0.65% -
XYZ 27.36 33.9 25.52 -
YUV 152.1 114.4 115.09 -
System Red Green Blue C M Y K H S L
Decimal 134 166 128 0.19 0 0.23 0.35 110.53 0.18 0.58
Hex 86 A6 80 13 0 17 23 6F 12 3A
Octal 206 246 200 23 0 27 43 157 22 72
Binary 10000110 10100110 10000000 10011 0 10111 100011 1101111 10010 111010

Color Harmonies of #86A680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A680

Black with #86A680

Text Example


Text Example

White with #86A680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,166,128); }

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

background-color css

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

 a { background-color: rgb(134,166,128); }

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

border-color css

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

 span { border-color: rgb(134,166,128); }

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