Html Css Color HEX #86AC74 Amulet

📋 copy color: '#86AC74'

red 134 ◦ green 172 ◦ blue 116

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

Shades of Amulet #86AC74

Tints of Amulet #86AC74

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.76%

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

R = 31.75%
G = 40.76%
B = 27.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#86AC74 (or 0x86AC74) is known color: Amulet. HEX triplet: 86, AC and 74. RGB value is (134,172,116). Sum of RGB (Red+Green+Blue) = 134+172+116=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #86AC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AC74 is #79538B. Grayscale: #9A9A9A. Windows color (decimal): -7951244 or 7646342. OLE color: 7646342.

HSL color Cylindrical-coordinate representation of color #86AC74: hue angle of 100.71º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86AC74 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 172 116 -
CMYK 0.22 0 0.33 0.33
HSL 100.71º 0.25% 0.56% -
HSV(B) 100.71º 0.33% 0.67% -
XYZ 27.74 35.83 21.98 -
YUV 154.25 106.41 113.55 -
System Red Green Blue C M Y K H S L
Decimal 134 172 116 0.22 0 0.33 0.33 100.71 0.25 0.56
Hex 86 AC 74 16 0 21 21 65 19 38
Octal 206 254 164 26 0 41 41 145 31 70
Binary 10000110 10101100 1110100 10110 0 100001 100001 1100101 11001 111000

Color Harmonies of #86AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AC74

Black with #86AC74

Text Example


Text Example

White with #86AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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