Html Css Color HEX #859D7D Amulet

📋 copy color: '#859D7D'

red 133 ◦ green 157 ◦ blue 125

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

Shades of Amulet #859D7D

Tints of Amulet #859D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 32.05%
G = 37.83%
B = 30.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#859D7D (or 0x859D7D) is known color: Amulet. HEX triplet: 85, 9D and 7D. RGB value is (133,157,125). Sum of RGB (Red+Green+Blue) = 133+157+125=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 157 - color contains mainly: green. Hex color #859D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859D7D is #7A6282. Grayscale: #929292. Windows color (decimal): -8020611 or 8232325. OLE color: 8232325.

HSL color Cylindrical-coordinate representation of color #859D7D: hue angle of 105º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #859D7D is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 157 125 -
CMYK 0.15 0 0.20 0.38
HSL 105º 0.14% 0.55% -
HSV(B) 105º 0.2% 0.62% -
XYZ 25.43 30.58 23.96 -
YUV 146.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 133 157 125 0.15 0 0.20 0.38 105 0.14 0.55
Hex 85 9D 7D F 0 14 26 69 E 37
Octal 205 235 175 17 0 24 46 151 16 67
Binary 10000101 10011101 1111101 1111 0 10100 100110 1101001 1110 110111

Color Harmonies of #859D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859D7D

Black with #859D7D

Text Example


Text Example

White with #859D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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