Html Css Color HEX #859F82 Amulet

📋 copy color: '#859F82'

red 133 ◦ green 159 ◦ blue 130

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

Shades of Amulet #859F82

Tints of Amulet #859F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.81%

R = 31.52%
G = 37.68%
B = 30.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#859F82 (or 0x859F82) is known color: Amulet. HEX triplet: 85, 9F and 82. RGB value is (133,159,130). Sum of RGB (Red+Green+Blue) = 133+159+130=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 159 - color contains mainly: green. Hex color #859F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859F82 is #7A607D. Grayscale: #949494. Windows color (decimal): -8020094 or 8560517. OLE color: 8560517.

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

Color convert

RGB 133 159 130 -
CMYK 0.16 0 0.18 0.38
HSL 113.79º 0.13% 0.57% -
HSV(B) 113.79º 0.18% 0.62% -
XYZ 26.1 31.39 25.8 -
YUV 147.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 133 159 130 0.16 0 0.18 0.38 113.79 0.13 0.57
Hex 85 9F 82 10 0 12 26 72 D 39
Octal 205 237 202 20 0 22 46 162 15 71
Binary 10000101 10011111 10000010 10000 0 10010 100110 1110010 1101 111001

Color Harmonies of #859F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859F82

Black with #859F82

Text Example


Text Example

White with #859F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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