Html Css Color HEX #86B675 Amulet

📋 copy color: '#86B675'

red 134 ◦ green 182 ◦ blue 117

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

Shades of Amulet #86B675

Tints of Amulet #86B675

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.03%

 BLUE value IS 117 (46.09% from 255) = 27.02%

R = 30.95%
G = 42.03%
B = 27.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#86B675 (or 0x86B675) is known color: Amulet. HEX triplet: 86, B6 and 75. RGB value is (134,182,117). Sum of RGB (Red+Green+Blue) = 134+182+117=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 182 - color contains mainly: green. Hex color #86B675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B675 is #79498A. Grayscale: #A0A0A0. Windows color (decimal): -7948683 or 7714438. OLE color: 7714438.

HSL color Cylindrical-coordinate representation of color #86B675: hue angle of 104.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86B675 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 182 117 -
CMYK 0.26 0 0.36 0.29
HSL 104.31º 0.31% 0.59% -
HSV(B) 104.31º 0.36% 0.71% -
XYZ 29.77 39.81 22.94 -
YUV 160.24 103.6 109.29 -
System Red Green Blue C M Y K H S L
Decimal 134 182 117 0.26 0 0.36 0.29 104.31 0.31 0.59
Hex 86 B6 75 1A 0 24 1D 68 1F 3B
Octal 206 266 165 32 0 44 35 150 37 73
Binary 10000110 10110110 1110101 11010 0 100100 11101 1101000 11111 111011

Color Harmonies of #86B675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B675

Black with #86B675

Text Example


Text Example

White with #86B675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,182,117); }

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

background-color css

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

 a { background-color: rgb(134,182,117); }

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

border-color css

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

 span { border-color: rgb(134,182,117); }

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