Html Css Color HEX #869E71 Amulet

📋 copy color: '#869E71'

red 134 ◦ green 158 ◦ blue 113

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

Shades of Amulet #869E71

Tints of Amulet #869E71

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.01%

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 33.09%
G = 39.01%
B = 27.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#869E71 (or 0x869E71) is known color: Amulet. HEX triplet: 86, 9E and 71. RGB value is (134,158,113). Sum of RGB (Red+Green+Blue) = 134+158+113=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 158 - color contains mainly: green. Hex color #869E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869E71 is #79618E. Grayscale: #919191. Windows color (decimal): -7954831 or 7446150. OLE color: 7446150.

HSL color Cylindrical-coordinate representation of color #869E71: hue angle of 92º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #869E71 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 158 113 -
CMYK 0.15 0 0.28 0.38
HSL 92º 0.19% 0.53% -
HSV(B) 92º 0.28% 0.62% -
XYZ 25.04 30.71 20.23 -
YUV 145.69 109.55 119.66 -
System Red Green Blue C M Y K H S L
Decimal 134 158 113 0.15 0 0.28 0.38 92 0.19 0.53
Hex 86 9E 71 F 0 1C 26 5C 13 35
Octal 206 236 161 17 0 34 46 134 23 65
Binary 10000110 10011110 1110001 1111 0 11100 100110 1011100 10011 110101

Color Harmonies of #869E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869E71

Black with #869E71

Text Example


Text Example

White with #869E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869E71; }

 p { color: rgb(134,158,113); }

 H1.HeaderClassName
 {
   color: #869E71;
 }
 .AnyTagClassName
 {
   color: #869E71;
 }
</style>

background-color css

<style>
 a { background-color: #869E71; }

 a { background-color: rgb(134,158,113); }

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

border-color css

<style>
 span { border-color: #869E71; }

 span { border-color: rgb(134,158,113); }

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