Html Css Color HEX #86A670 Amulet

📋 copy color: '#86A670'

red 134 ◦ green 166 ◦ blue 112

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

Shades of Amulet #86A670

Tints of Amulet #86A670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.18%

R = 32.52%
G = 40.29%
B = 27.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#86A670 (or 0x86A670) is known color: Amulet. HEX triplet: 86, A6 and 70. RGB value is (134,166,112). Sum of RGB (Red+Green+Blue) = 134+166+112=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 166 - color contains mainly: green. Hex color #86A670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A670 is #79598F. Grayscale: #969696. Windows color (decimal): -7952784 or 7382662. OLE color: 7382662.

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

Color convert

RGB 134 166 112 -
CMYK 0.19 0 0.33 0.35
HSL 95.56º 0.23% 0.55% -
HSV(B) 95.56º 0.33% 0.65% -
XYZ 26.39 33.51 20.41 -
YUV 150.28 106.4 116.39 -
System Red Green Blue C M Y K H S L
Decimal 134 166 112 0.19 0 0.33 0.35 95.56 0.23 0.55
Hex 86 A6 70 13 0 21 23 60 17 37
Octal 206 246 160 23 0 41 43 140 27 67
Binary 10000110 10100110 1110000 10011 0 100001 100011 1100000 10111 110111

Color Harmonies of #86A670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A670

Black with #86A670

Text Example


Text Example

White with #86A670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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