Html Css Color HEX #86A872 Amulet

📋 copy color: '#86A872'

red 134 ◦ green 168 ◦ blue 114

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

Shades of Amulet #86A872

Tints of Amulet #86A872

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.38%

 BLUE value IS 114 (44.92% from 255) = 27.4%

R = 32.21%
G = 40.38%
B = 27.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#86A872 (or 0x86A872) is known color: Amulet. HEX triplet: 86, A8 and 72. RGB value is (134,168,114). Sum of RGB (Red+Green+Blue) = 134+168+114=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 168 - color contains mainly: green. Hex color #86A872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A872 is #79578D. Grayscale: #979797. Windows color (decimal): -7952270 or 7514246. OLE color: 7514246.

HSL color Cylindrical-coordinate representation of color #86A872: hue angle of 97.78º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86A872 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 134 168 114 -
CMYK 0.20 0 0.32 0.34
HSL 97.78º 0.24% 0.55% -
HSV(B) 97.78º 0.32% 0.66% -
XYZ 26.87 34.29 21.12 -
YUV 151.68 106.74 115.39 -
System Red Green Blue C M Y K H S L
Decimal 134 168 114 0.20 0 0.32 0.34 97.78 0.24 0.55
Hex 86 A8 72 14 0 20 22 62 18 37
Octal 206 250 162 24 0 40 42 142 30 67
Binary 10000110 10101000 1110010 10100 0 100000 100010 1100010 11000 110111

Color Harmonies of #86A872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A872

Black with #86A872

Text Example


Text Example

White with #86A872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,168,114); }

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

background-color css

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

 a { background-color: rgb(134,168,114); }

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

border-color css

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

 span { border-color: rgb(134,168,114); }

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