Html Css Color HEX #899B7D Amulet

📋 copy color: '#899B7D'

red 137 ◦ green 155 ◦ blue 125

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

Shades of Amulet #899B7D

Tints of Amulet #899B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.17%

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

R = 32.85%
G = 37.17%
B = 29.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#899B7D (or 0x899B7D) is known color: Amulet. HEX triplet: 89, 9B and 7D. RGB value is (137,155,125). Sum of RGB (Red+Green+Blue) = 137+155+125=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #899B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899B7D is #766482. Grayscale: #929292. Windows color (decimal): -7758979 or 8231817. OLE color: 8231817.

HSL color Cylindrical-coordinate representation of color #899B7D: hue angle of 96º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #899B7D is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 155 125 -
CMYK 0.12 0 0.19 0.39
HSL 96º 0.13% 0.55% -
HSV(B) 96º 0.19% 0.61% -
XYZ 25.74 30.24 23.88 -
YUV 146.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 137 155 125 0.12 0 0.19 0.39 96 0.13 0.55
Hex 89 9B 7D C 0 13 27 60 D 37
Octal 211 233 175 14 0 23 47 140 15 67
Binary 10001001 10011011 1111101 1100 0 10011 100111 1100000 1101 110111

Color Harmonies of #899B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899B7D

Black with #899B7D

Text Example


Text Example

White with #899B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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