Html Css Color HEX #859F80 Amulet

📋 copy color: '#859F80'

red 133 ◦ green 159 ◦ blue 128

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

Shades of Amulet #859F80

Tints of Amulet #859F80

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.86%

 BLUE value IS 128 (50.39% from 255) = 30.48%

R = 31.67%
G = 37.86%
B = 30.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#859F80 (or 0x859F80) is known color: Amulet. HEX triplet: 85, 9F and 80. RGB value is (133,159,128). Sum of RGB (Red+Green+Blue) = 133+159+128=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 159 - color contains mainly: green. Hex color #859F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859F80 is #7A607F. Grayscale: #939393. Windows color (decimal): -8020096 or 8429445. OLE color: 8429445.

HSL color Cylindrical-coordinate representation of color #859F80: hue angle of 110.32º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #859F80 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 159 128 -
CMYK 0.16 0 0.19 0.38
HSL 110.32º 0.14% 0.56% -
HSV(B) 110.32º 0.19% 0.62% -
XYZ 25.97 31.34 25.1 -
YUV 147.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 133 159 128 0.16 0 0.19 0.38 110.32 0.14 0.56
Hex 85 9F 80 10 0 13 26 6E E 38
Octal 205 237 200 20 0 23 46 156 16 70
Binary 10000101 10011111 10000000 10000 0 10011 100110 1101110 1110 111000

Color Harmonies of #859F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859F80

Black with #859F80

Text Example


Text Example

White with #859F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,159,128); }

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

background-color css

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

 a { background-color: rgb(133,159,128); }

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

border-color css

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

 span { border-color: rgb(133,159,128); }

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