Html Css Color HEX #86B678 Amulet

📋 copy color: '#86B678'

red 134 ◦ green 182 ◦ blue 120

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

Shades of Amulet #86B678

Tints of Amulet #86B678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.52%

R = 30.73%
G = 41.74%
B = 27.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#86B678 (or 0x86B678) is known color: Amulet. HEX triplet: 86, B6 and 78. RGB value is (134,182,120). Sum of RGB (Red+Green+Blue) = 134+182+120=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 182 - color contains mainly: green. Hex color #86B678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B678 is #794987. Grayscale: #A0A0A0. Windows color (decimal): -7948680 or 7911046. OLE color: 7911046.

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

Color convert

RGB 134 182 120 -
CMYK 0.26 0 0.34 0.29
HSL 106.45º 0.3% 0.59% -
HSV(B) 106.45º 0.34% 0.71% -
XYZ 29.95 39.88 23.89 -
YUV 160.58 105.1 109.04 -
System Red Green Blue C M Y K H S L
Decimal 134 182 120 0.26 0 0.34 0.29 106.45 0.3 0.59
Hex 86 B6 78 1A 0 22 1D 6A 1E 3B
Octal 206 266 170 32 0 42 35 152 36 73
Binary 10000110 10110110 1111000 11010 0 100010 11101 1101010 11110 111011

Color Harmonies of #86B678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B678

Black with #86B678

Text Example


Text Example

White with #86B678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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