Html Css Color HEX #86AD74 Amulet

📋 copy color: '#86AD74'

red 134 ◦ green 173 ◦ blue 116

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

Shades of Amulet #86AD74

Tints of Amulet #86AD74

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.9%

 BLUE value IS 116 (45.7% from 255) = 27.42%

R = 31.68%
G = 40.9%
B = 27.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#86AD74 (or 0x86AD74) is known color: Amulet. HEX triplet: 86, AD and 74. RGB value is (134,173,116). Sum of RGB (Red+Green+Blue) = 134+173+116=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AD74 is #79528B. Grayscale: #9B9B9B. Windows color (decimal): -7950988 or 7646598. OLE color: 7646598.

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

Color convert

RGB 134 173 116 -
CMYK 0.23 0 0.33 0.32
HSL 101.05º 0.26% 0.57% -
HSV(B) 101.05º 0.33% 0.68% -
XYZ 27.93 36.22 22.04 -
YUV 154.84 106.08 113.13 -
System Red Green Blue C M Y K H S L
Decimal 134 173 116 0.23 0 0.33 0.32 101.05 0.26 0.57
Hex 86 AD 74 17 0 21 20 65 1A 39
Octal 206 255 164 27 0 41 40 145 32 71
Binary 10000110 10101101 1110100 10111 0 100001 100000 1100101 11010 111001

Color Harmonies of #86AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD74

Black with #86AD74

Text Example


Text Example

White with #86AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,173,116); }

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

background-color css

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

 a { background-color: rgb(134,173,116); }

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

border-color css

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

 span { border-color: rgb(134,173,116); }

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