Html Css Color HEX #86997F Amulet

📋 copy color: '#86997F'

red 134 ◦ green 153 ◦ blue 127

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

Shades of Amulet #86997F

Tints of Amulet #86997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

 BLUE value IS 127 (50% from 255) = 30.68%

R = 32.37%
G = 36.96%
B = 30.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#86997F (or 0x86997F) is known color: Amulet. HEX triplet: 86, 99 and 7F. RGB value is (134,153,127). Sum of RGB (Red+Green+Blue) = 134+153+127=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #86997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86997F is #796680. Grayscale: #909090. Windows color (decimal): -7956097 or 8362374. OLE color: 8362374.

HSL color Cylindrical-coordinate representation of color #86997F: hue angle of 103.85º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #86997F is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 153 127 -
CMYK 0.12 0 0.17 0.4
HSL 103.85º 0.11% 0.55% -
HSV(B) 103.85º 0.17% 0.6% -
XYZ 25.05 29.38 24.43 -
YUV 144.36 118.21 120.61 -
System Red Green Blue C M Y K H S L
Decimal 134 153 127 0.12 0 0.17 0.4 103.85 0.11 0.55
Hex 86 99 7F C 0 11 28 68 B 37
Octal 206 231 177 14 0 21 50 150 13 67
Binary 10000110 10011001 1111111 1100 0 10001 101000 1101000 1011 110111

Color Harmonies of #86997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86997F

Black with #86997F

Text Example


Text Example

White with #86997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86997F; }

 p { color: rgb(134,153,127); }

 H1.HeaderClassName
 {
   color: #86997F;
 }
 .AnyTagClassName
 {
   color: #86997F;
 }
</style>

background-color css

<style>
 a { background-color: #86997F; }

 a { background-color: rgb(134,153,127); }

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

border-color css

<style>
 span { border-color: #86997F; }

 span { border-color: rgb(134,153,127); }

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