Html Css Color HEX #859E71 Amulet

📋 copy color: '#859E71'

red 133 ◦ green 158 ◦ blue 113

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

Shades of Amulet #859E71

Tints of Amulet #859E71

RGB

 RED value IS 133 (52.34% from 255) = 32.92%

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

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

R = 32.92%
G = 39.11%
B = 27.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#859E71 (or 0x859E71) is known color: Amulet. HEX triplet: 85, 9E and 71. RGB value is (133,158,113). Sum of RGB (Red+Green+Blue) = 133+158+113=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 158 - color contains mainly: green. Hex color #859E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E71 is #7A618E. Grayscale: #919191. Windows color (decimal): -8020367 or 7446149. OLE color: 7446149.

HSL color Cylindrical-coordinate representation of color #859E71: hue angle of 93.33º 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 #859E71 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 158 113 -
CMYK 0.16 0 0.28 0.38
HSL 93.33º 0.19% 0.53% -
HSV(B) 93.33º 0.28% 0.62% -
XYZ 24.88 30.63 20.22 -
YUV 145.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 133 158 113 0.16 0 0.28 0.38 93.33 0.19 0.53
Hex 85 9E 71 10 0 1C 26 5D 13 35
Octal 205 236 161 20 0 34 46 135 23 65
Binary 10000101 10011110 1110001 10000 0 11100 100110 1011101 10011 110101

Color Harmonies of #859E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859E71

Black with #859E71

Text Example


Text Example

White with #859E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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