Html Css Color HEX #899D7F Amulet

📋 copy color: '#899D7F'

red 137 ◦ green 157 ◦ blue 127

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

Shades of Amulet #899D7F

Tints of Amulet #899D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.17%

R = 32.54%
G = 37.29%
B = 30.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#899D7F (or 0x899D7F) is known color: Amulet. HEX triplet: 89, 9D and 7F. RGB value is (137,157,127). Sum of RGB (Red+Green+Blue) = 137+157+127=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 157 - color contains mainly: green. Hex color #899D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899D7F is #766280. Grayscale: #939393. Windows color (decimal): -7758465 or 8363401. OLE color: 8363401.

HSL color Cylindrical-coordinate representation of color #899D7F: hue angle of 100º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #899D7F is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 157 127 -
CMYK 0.13 0 0.19 0.38
HSL 100º 0.13% 0.56% -
HSV(B) 100º 0.19% 0.62% -
XYZ 26.2 30.96 24.67 -
YUV 147.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 137 157 127 0.13 0 0.19 0.38 100 0.13 0.56
Hex 89 9D 7F D 0 13 26 64 D 38
Octal 211 235 177 15 0 23 46 144 15 70
Binary 10001001 10011101 1111111 1101 0 10011 100110 1100100 1101 111000

Color Harmonies of #899D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899D7F

Black with #899D7F

Text Example


Text Example

White with #899D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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