Html Css Color HEX #86A76D Amulet

📋 copy color: '#86A76D'

red 134 ◦ green 167 ◦ blue 109

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

Shades of Amulet #86A76D

Tints of Amulet #86A76D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.73%

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

R = 32.68%
G = 40.73%
B = 26.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#86A76D (or 0x86A76D) is known color: Amulet. HEX triplet: 86, A7 and 6D. RGB value is (134,167,109). Sum of RGB (Red+Green+Blue) = 134+167+109=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 167 - color contains mainly: green. Hex color #86A76D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A76D is #795892. Grayscale: #969696. Windows color (decimal): -7952531 or 7186310. OLE color: 7186310.

HSL color Cylindrical-coordinate representation of color #86A76D: hue angle of 94.14º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86A76D is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 167 109 -
CMYK 0.20 0 0.35 0.35
HSL 94.14º 0.25% 0.54% -
HSV(B) 94.14º 0.35% 0.65% -
XYZ 26.41 33.81 19.6 -
YUV 150.52 104.57 116.22 -
System Red Green Blue C M Y K H S L
Decimal 134 167 109 0.20 0 0.35 0.35 94.14 0.25 0.54
Hex 86 A7 6D 14 0 23 23 5E 19 36
Octal 206 247 155 24 0 43 43 136 31 66
Binary 10000110 10100111 1101101 10100 0 100011 100011 1011110 11001 110110

Color Harmonies of #86A76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A76D

Black with #86A76D

Text Example


Text Example

White with #86A76D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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