Html Css Color HEX #86AC7D Amulet

📋 copy color: '#86AC7D'

red 134 ◦ green 172 ◦ blue 125

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

Shades of Amulet #86AC7D

Tints of Amulet #86AC7D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.91%

 BLUE value IS 125 (49.22% from 255) = 29%

R = 31.09%
G = 39.91%
B = 29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#86AC7D (or 0x86AC7D) is known color: Amulet. HEX triplet: 86, AC and 7D. RGB value is (134,172,125). Sum of RGB (Red+Green+Blue) = 134+172+125=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AC7D is #795382. Grayscale: #9B9B9B. Windows color (decimal): -7951235 or 8236166. OLE color: 8236166.

HSL color Cylindrical-coordinate representation of color #86AC7D: hue angle of 108.51º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86AC7D is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 172 125 -
CMYK 0.22 0 0.27 0.33
HSL 108.51º 0.22% 0.58% -
HSV(B) 108.51º 0.27% 0.67% -
XYZ 28.29 36.05 24.87 -
YUV 155.28 110.91 112.82 -
System Red Green Blue C M Y K H S L
Decimal 134 172 125 0.22 0 0.27 0.33 108.51 0.22 0.58
Hex 86 AC 7D 16 0 1B 21 6D 16 3A
Octal 206 254 175 26 0 33 41 155 26 72
Binary 10000110 10101100 1111101 10110 0 11011 100001 1101101 10110 111010

Color Harmonies of #86AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC7D

Black with #86AC7D

Text Example


Text Example

White with #86AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,172,125); }

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

background-color css

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

 a { background-color: rgb(134,172,125); }

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

border-color css

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

 span { border-color: rgb(134,172,125); }

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