Html Css Color HEX #859B76 Amulet

📋 copy color: '#859B76'

red 133 ◦ green 155 ◦ blue 118

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

Shades of Amulet #859B76

Tints of Amulet #859B76

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.18%

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

R = 32.76%
G = 38.18%
B = 29.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#859B76 (or 0x859B76) is known color: Amulet. HEX triplet: 85, 9B and 76. RGB value is (133,155,118). Sum of RGB (Red+Green+Blue) = 133+155+118=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 155 - color contains mainly: green. Hex color #859B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859B76 is #7A6489. Grayscale: #909090. Windows color (decimal): -8021130 or 7773061. OLE color: 7773061.

HSL color Cylindrical-coordinate representation of color #859B76: hue angle of 95.68º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #859B76 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 155 118 -
CMYK 0.14 0 0.24 0.39
HSL 95.68º 0.16% 0.54% -
HSV(B) 95.68º 0.24% 0.61% -
XYZ 24.66 29.74 21.58 -
YUV 144.2 113.21 120.01 -
System Red Green Blue C M Y K H S L
Decimal 133 155 118 0.14 0 0.24 0.39 95.68 0.16 0.54
Hex 85 9B 76 E 0 18 27 60 10 36
Octal 205 233 166 16 0 30 47 140 20 66
Binary 10000101 10011011 1110110 1110 0 11000 100111 1100000 10000 110110

Color Harmonies of #859B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859B76

Black with #859B76

Text Example


Text Example

White with #859B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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