Html Css Color HEX #86AF76 Amulet

📋 copy color: '#86AF76'

red 134 ◦ green 175 ◦ blue 118

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

Shades of Amulet #86AF76

Tints of Amulet #86AF76

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.98%

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

R = 31.38%
G = 40.98%
B = 27.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#86AF76 (or 0x86AF76) is known color: Amulet. HEX triplet: 86, AF and 76. RGB value is (134,175,118). Sum of RGB (Red+Green+Blue) = 134+175+118=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AF76 is #795089. Grayscale: #9C9C9C. Windows color (decimal): -7950474 or 7778182. OLE color: 7778182.

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

Color convert

RGB 134 175 118 -
CMYK 0.23 0 0.33 0.31
HSL 103.16º 0.26% 0.57% -
HSV(B) 103.16º 0.33% 0.69% -
XYZ 28.43 37.04 22.79 -
YUV 156.24 106.42 112.13 -
System Red Green Blue C M Y K H S L
Decimal 134 175 118 0.23 0 0.33 0.31 103.16 0.26 0.57
Hex 86 AF 76 17 0 21 1F 67 1A 39
Octal 206 257 166 27 0 41 37 147 32 71
Binary 10000110 10101111 1110110 10111 0 100001 11111 1100111 11010 111001

Color Harmonies of #86AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AF76

Black with #86AF76

Text Example


Text Example

White with #86AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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