Html Css Color HEX #899D7D Amulet

📋 copy color: '#899D7D'

red 137 ◦ green 157 ◦ blue 125

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

Shades of Amulet #899D7D

Tints of Amulet #899D7D

RGB

 RED value IS 137 (53.91% from 255) = 32.7%

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

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

R = 32.7%
G = 37.47%
B = 29.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#899D7D (or 0x899D7D) is known color: Amulet. HEX triplet: 89, 9D and 7D. RGB value is (137,157,125). Sum of RGB (Red+Green+Blue) = 137+157+125=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 157 - color contains mainly: green. Hex color #899D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899D7D is #766282. Grayscale: #939393. Windows color (decimal): -7758467 or 8232329. OLE color: 8232329.

HSL color Cylindrical-coordinate representation of color #899D7D: hue angle of 97.5º 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 #899D7D is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 157 125 -
CMYK 0.13 0 0.20 0.38
HSL 97.5º 0.14% 0.55% -
HSV(B) 97.5º 0.2% 0.62% -
XYZ 26.08 30.91 23.99 -
YUV 147.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 137 157 125 0.13 0 0.20 0.38 97.5 0.14 0.55
Hex 89 9D 7D D 0 14 26 62 E 37
Octal 211 235 175 15 0 24 46 142 16 67
Binary 10001001 10011101 1111101 1101 0 10100 100110 1100010 1110 110111

Color Harmonies of #899D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899D7D

Black with #899D7D

Text Example


Text Example

White with #899D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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