Html Css Color HEX #86AC76 Amulet

📋 copy color: '#86AC76'

red 134 ◦ green 172 ◦ blue 118

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

Shades of Amulet #86AC76

Tints of Amulet #86AC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.83%

R = 31.6%
G = 40.57%
B = 27.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#86AC76 (or 0x86AC76) is known color: Amulet. HEX triplet: 86, AC and 76. RGB value is (134,172,118). Sum of RGB (Red+Green+Blue) = 134+172+118=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AC76 is #795389. Grayscale: #9A9A9A. Windows color (decimal): -7951242 or 7777414. OLE color: 7777414.

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

Color convert

RGB 134 172 118 -
CMYK 0.22 0 0.31 0.33
HSL 102.22º 0.25% 0.57% -
HSV(B) 102.22º 0.31% 0.67% -
XYZ 27.85 35.88 22.6 -
YUV 154.48 107.41 113.39 -
System Red Green Blue C M Y K H S L
Decimal 134 172 118 0.22 0 0.31 0.33 102.22 0.25 0.57
Hex 86 AC 76 16 0 1F 21 66 19 39
Octal 206 254 166 26 0 37 41 146 31 71
Binary 10000110 10101100 1110110 10110 0 11111 100001 1100110 11001 111001

Color Harmonies of #86AC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC76

Black with #86AC76

Text Example


Text Example

White with #86AC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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