Html Css Color HEX #86A078 Amulet

📋 copy color: '#86A078'

red 134 ◦ green 160 ◦ blue 120

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

Shades of Amulet #86A078

Tints of Amulet #86A078

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.65%

 BLUE value IS 120 (47.27% from 255) = 28.99%

R = 32.37%
G = 38.65%
B = 28.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#86A078 (or 0x86A078) is known color: Amulet. HEX triplet: 86, A0 and 78. RGB value is (134,160,120). Sum of RGB (Red+Green+Blue) = 134+160+120=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 160 - color contains mainly: green. Hex color #86A078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A078 is #795F87. Grayscale: #939393. Windows color (decimal): -7954312 or 7905414. OLE color: 7905414.

HSL color Cylindrical-coordinate representation of color #86A078: hue angle of 99º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86A078 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 160 120 -
CMYK 0.16 0 0.25 0.37
HSL 99º 0.17% 0.55% -
HSV(B) 99º 0.25% 0.63% -
XYZ 25.79 31.57 22.5 -
YUV 147.67 112.39 118.25 -
System Red Green Blue C M Y K H S L
Decimal 134 160 120 0.16 0 0.25 0.37 99 0.17 0.55
Hex 86 A0 78 10 0 19 25 63 11 37
Octal 206 240 170 20 0 31 45 143 21 67
Binary 10000110 10100000 1111000 10000 0 11001 100101 1100011 10001 110111

Color Harmonies of #86A078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A078

Black with #86A078

Text Example


Text Example

White with #86A078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,160,120); }

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

background-color css

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

 a { background-color: rgb(134,160,120); }

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

border-color css

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

 span { border-color: rgb(134,160,120); }

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