Html Css Color HEX #86AB78 Amulet

📋 copy color: '#86AB78'

red 134 ◦ green 171 ◦ blue 120

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

Shades of Amulet #86AB78

Tints of Amulet #86AB78

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.24%

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

R = 31.53%
G = 40.24%
B = 28.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#86AB78 (or 0x86AB78) is known color: Amulet. HEX triplet: 86, AB and 78. RGB value is (134,171,120). Sum of RGB (Red+Green+Blue) = 134+171+120=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AB78 is #795487. Grayscale: #9A9A9A. Windows color (decimal): -7951496 or 7908230. OLE color: 7908230.

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

Color convert

RGB 134 171 120 -
CMYK 0.22 0 0.30 0.33
HSL 103.53º 0.23% 0.57% -
HSV(B) 103.53º 0.3% 0.67% -
XYZ 27.78 35.55 23.17 -
YUV 154.12 108.74 113.65 -
System Red Green Blue C M Y K H S L
Decimal 134 171 120 0.22 0 0.30 0.33 103.53 0.23 0.57
Hex 86 AB 78 16 0 1E 21 68 17 39
Octal 206 253 170 26 0 36 41 150 27 71
Binary 10000110 10101011 1111000 10110 0 11110 100001 1101000 10111 111001

Color Harmonies of #86AB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AB78

Black with #86AB78

Text Example


Text Example

White with #86AB78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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