Html Css Color HEX #859F73 Amulet

📋 copy color: '#859F73'

red 133 ◦ green 159 ◦ blue 115

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

Shades of Amulet #859F73

Tints of Amulet #859F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.26%

R = 32.68%
G = 39.07%
B = 28.26%

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

#859F73 (or 0x859F73) is known color: Amulet. HEX triplet: 85, 9F and 73. RGB value is (133,159,115). Sum of RGB (Red+Green+Blue) = 133+159+115=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 159 - color contains mainly: green. Hex color #859F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859F73 is #7A608C. Grayscale: #929292. Windows color (decimal): -8020109 or 7577477. OLE color: 7577477.

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

Color convert

RGB 133 159 115 -
CMYK 0.16 0 0.28 0.38
HSL 95.45º 0.19% 0.54% -
HSV(B) 95.45º 0.28% 0.62% -
XYZ 25.17 31.02 20.88 -
YUV 146.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 133 159 115 0.16 0 0.28 0.38 95.45 0.19 0.54
Hex 85 9F 73 10 0 1C 26 5F 13 36
Octal 205 237 163 20 0 34 46 137 23 66
Binary 10000101 10011111 1110011 10000 0 11100 100110 1011111 10011 110110

Color Harmonies of #859F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859F73

Black with #859F73

Text Example


Text Example

White with #859F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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