Html Css Color HEX #86AA6F Amulet

📋 copy color: '#86AA6F'

red 134 ◦ green 170 ◦ blue 111

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

Shades of Amulet #86AA6F

Tints of Amulet #86AA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.75%

R = 32.29%
G = 40.96%
B = 26.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#86AA6F (or 0x86AA6F) is known color: Amulet. HEX triplet: 86, AA and 6F. RGB value is (134,170,111). Sum of RGB (Red+Green+Blue) = 134+170+111=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AA6F is #795590. Grayscale: #989898. Windows color (decimal): -7951761 or 7318150. OLE color: 7318150.

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

Color convert

RGB 134 170 111 -
CMYK 0.21 0 0.35 0.33
HSL 96.61º 0.26% 0.55% -
HSV(B) 96.61º 0.35% 0.67% -
XYZ 27.08 34.97 20.36 -
YUV 152.51 104.57 114.8 -
System Red Green Blue C M Y K H S L
Decimal 134 170 111 0.21 0 0.35 0.33 96.61 0.26 0.55
Hex 86 AA 6F 15 0 23 21 61 1A 37
Octal 206 252 157 25 0 43 41 141 32 67
Binary 10000110 10101010 1101111 10101 0 100011 100001 1100001 11010 110111

Color Harmonies of #86AA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AA6F

Black with #86AA6F

Text Example


Text Example

White with #86AA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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