Html Css Color HEX #86A470 Amulet

📋 copy color: '#86A470'

red 134 ◦ green 164 ◦ blue 112

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

Shades of Amulet #86A470

Tints of Amulet #86A470

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40%

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

R = 32.68%
G = 40%
B = 27.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#86A470 (or 0x86A470) is known color: Amulet. HEX triplet: 86, A4 and 70. RGB value is (134,164,112). Sum of RGB (Red+Green+Blue) = 134+164+112=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 164 - color contains mainly: green. Hex color #86A470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A470 is #795B8F. Grayscale: #959595. Windows color (decimal): -7953296 or 7382150. OLE color: 7382150.

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

Color convert

RGB 134 164 112 -
CMYK 0.18 0 0.32 0.36
HSL 94.62º 0.22% 0.54% -
HSV(B) 94.62º 0.32% 0.64% -
XYZ 26.03 32.79 20.29 -
YUV 149.1 107.06 117.23 -
System Red Green Blue C M Y K H S L
Decimal 134 164 112 0.18 0 0.32 0.36 94.62 0.22 0.54
Hex 86 A4 70 12 0 20 24 5F 16 36
Octal 206 244 160 22 0 40 44 137 26 66
Binary 10000110 10100100 1110000 10010 0 100000 100100 1011111 10110 110110

Color Harmonies of #86A470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A470

Black with #86A470

Text Example


Text Example

White with #86A470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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