Html Css Color HEX #859D73 Amulet

📋 copy color: '#859D73'

red 133 ◦ green 157 ◦ blue 115

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

Shades of Amulet #859D73

Tints of Amulet #859D73

RGB

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

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

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

R = 32.84%
G = 38.77%
B = 28.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#859D73 (or 0x859D73) is known color: Amulet. HEX triplet: 85, 9D and 73. RGB value is (133,157,115). Sum of RGB (Red+Green+Blue) = 133+157+115=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 157 - color contains mainly: green. Hex color #859D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859D73 is #7A628C. Grayscale: #919191. Windows color (decimal): -8020621 or 7576965. OLE color: 7576965.

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

Color convert

RGB 133 157 115 -
CMYK 0.15 0 0.27 0.38
HSL 94.29º 0.18% 0.53% -
HSV(B) 94.29º 0.27% 0.62% -
XYZ 24.82 30.34 20.77 -
YUV 145.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 133 157 115 0.15 0 0.27 0.38 94.29 0.18 0.53
Hex 85 9D 73 F 0 1B 26 5E 12 35
Octal 205 235 163 17 0 33 46 136 22 65
Binary 10000101 10011101 1110011 1111 0 11011 100110 1011110 10010 110101

Color Harmonies of #859D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859D73

Black with #859D73

Text Example


Text Example

White with #859D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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