Html Css Color HEX #86AA6D Amulet

📋 copy color: '#86AA6D'

red 134 ◦ green 170 ◦ blue 109

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

Shades of Amulet #86AA6D

Tints of Amulet #86AA6D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.16%

 BLUE value IS 109 (42.97% from 255) = 26.39%

R = 32.45%
G = 41.16%
B = 26.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#86AA6D (or 0x86AA6D) is known color: Amulet. HEX triplet: 86, AA and 6D. RGB value is (134,170,109). Sum of RGB (Red+Green+Blue) = 134+170+109=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AA6D is #795592. Grayscale: #989898. Windows color (decimal): -7951763 or 7187078. OLE color: 7187078.

HSL color Cylindrical-coordinate representation of color #86AA6D: hue angle of 95.41º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86AA6D is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 170 109 -
CMYK 0.21 0 0.36 0.33
HSL 95.41º 0.26% 0.55% -
HSV(B) 95.41º 0.36% 0.67% -
XYZ 26.97 34.92 19.79 -
YUV 152.28 103.57 114.96 -
System Red Green Blue C M Y K H S L
Decimal 134 170 109 0.21 0 0.36 0.33 95.41 0.26 0.55
Hex 86 AA 6D 15 0 24 21 5F 1A 37
Octal 206 252 155 25 0 44 41 137 32 67
Binary 10000110 10101010 1101101 10101 0 100100 100001 1011111 11010 110111

Color Harmonies of #86AA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AA6D

Black with #86AA6D

Text Example


Text Example

White with #86AA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,170,109); }

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

background-color css

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

 a { background-color: rgb(134,170,109); }

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

border-color css

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

 span { border-color: rgb(134,170,109); }

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