Html Css Color HEX #86B978 Amulet

📋 copy color: '#86B978'

red 134 ◦ green 185 ◦ blue 120

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

Shades of Amulet #86B978

Tints of Amulet #86B978

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.14%

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

R = 30.52%
G = 42.14%
B = 27.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#86B978 (or 0x86B978) is known color: Amulet. HEX triplet: 86, B9 and 78. RGB value is (134,185,120). Sum of RGB (Red+Green+Blue) = 134+185+120=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #86B978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B978 is #794687. Grayscale: #A2A2A2. Windows color (decimal): -7947912 or 7911814. OLE color: 7911814.

HSL color Cylindrical-coordinate representation of color #86B978: hue angle of 107.08º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86B978 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 185 120 -
CMYK 0.28 0 0.35 0.27
HSL 107.08º 0.32% 0.6% -
HSV(B) 107.08º 0.35% 0.73% -
XYZ 30.57 41.12 24.1 -
YUV 162.34 104.1 107.79 -
System Red Green Blue C M Y K H S L
Decimal 134 185 120 0.28 0 0.35 0.27 107.08 0.32 0.6
Hex 86 B9 78 1C 0 23 1B 6B 20 3C
Octal 206 271 170 34 0 43 33 153 40 74
Binary 10000110 10111001 1111000 11100 0 100011 11011 1101011 100000 111100

Color Harmonies of #86B978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B978

Black with #86B978

Text Example


Text Example

White with #86B978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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