Html Css Color HEX #86A780 Amulet

📋 copy color: '#86A780'

red 134 ◦ green 167 ◦ blue 128

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

Shades of Amulet #86A780

Tints of Amulet #86A780

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.93%

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

R = 31.24%
G = 38.93%
B = 29.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#86A780 (or 0x86A780) is known color: Amulet. HEX triplet: 86, A7 and 80. RGB value is (134,167,128). Sum of RGB (Red+Green+Blue) = 134+167+128=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 167 - color contains mainly: green. Hex color #86A780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86A780 is #79587F. Grayscale: #989898. Windows color (decimal): -7952512 or 8431494. OLE color: 8431494.

HSL color Cylindrical-coordinate representation of color #86A780: hue angle of 110.77º 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 #86A780 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 167 128 -
CMYK 0.20 0 0.23 0.35
HSL 110.77º 0.18% 0.58% -
HSV(B) 110.77º 0.23% 0.65% -
XYZ 27.55 34.26 25.58 -
YUV 152.69 114.07 114.67 -
System Red Green Blue C M Y K H S L
Decimal 134 167 128 0.20 0 0.23 0.35 110.77 0.18 0.58
Hex 86 A7 80 14 0 17 23 6F 12 3A
Octal 206 247 200 24 0 27 43 157 22 72
Binary 10000110 10100111 10000000 10100 0 10111 100011 1101111 10010 111010

Color Harmonies of #86A780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A780

Black with #86A780

Text Example


Text Example

White with #86A780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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