Html Css Color HEX #859D76 Amulet

📋 copy color: '#859D76'

red 133 ◦ green 157 ◦ blue 118

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

Shades of Amulet #859D76

Tints of Amulet #859D76

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.48%

 BLUE value IS 118 (46.48% from 255) = 28.92%

R = 32.6%
G = 38.48%
B = 28.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#859D76 (or 0x859D76) is known color: Amulet. HEX triplet: 85, 9D and 76. RGB value is (133,157,118). Sum of RGB (Red+Green+Blue) = 133+157+118=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 157 - color contains mainly: green. Hex color #859D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859D76 is #7A6289. Grayscale: #919191. Windows color (decimal): -8020618 or 7773573. OLE color: 7773573.

HSL color Cylindrical-coordinate representation of color #859D76: hue angle of 96.92º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #859D76 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 157 118 -
CMYK 0.15 0 0.25 0.38
HSL 96.92º 0.17% 0.54% -
HSV(B) 96.92º 0.25% 0.62% -
XYZ 25 30.41 21.69 -
YUV 145.38 112.55 119.17 -
System Red Green Blue C M Y K H S L
Decimal 133 157 118 0.15 0 0.25 0.38 96.92 0.17 0.54
Hex 85 9D 76 F 0 19 26 61 11 36
Octal 205 235 166 17 0 31 46 141 21 66
Binary 10000101 10011101 1110110 1111 0 11001 100110 1100001 10001 110110

Color Harmonies of #859D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859D76

Black with #859D76

Text Example


Text Example

White with #859D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,157,118); }

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

background-color css

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

 a { background-color: rgb(133,157,118); }

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

border-color css

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

 span { border-color: rgb(133,157,118); }

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