Html Css Color HEX #899979 Amulet

📋 copy color: '#899979'

red 137 ◦ green 153 ◦ blue 121

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

Shades of Amulet #899979

Tints of Amulet #899979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.23%

 BLUE value IS 121 (47.66% from 255) = 29.44%

R = 33.33%
G = 37.23%
B = 29.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#899979 (or 0x899979) is known color: Amulet. HEX triplet: 89, 99 and 79. RGB value is (137,153,121). Sum of RGB (Red+Green+Blue) = 137+153+121=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #899979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899979 is #766686. Grayscale: #909090. Windows color (decimal): -7759495 or 7969161. OLE color: 7969161.

HSL color Cylindrical-coordinate representation of color #899979: hue angle of 90º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #899979 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 137 153 121 -
CMYK 0.10 0 0.21 0.4
HSL 90º 0.14% 0.54% -
HSV(B) 90º 0.21% 0.6% -
XYZ 25.16 29.48 22.45 -
YUV 144.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 137 153 121 0.10 0 0.21 0.4 90 0.14 0.54
Hex 89 99 79 A 0 15 28 5A E 36
Octal 211 231 171 12 0 25 50 132 16 66
Binary 10001001 10011001 1111001 1010 0 10101 101000 1011010 1110 110110

Color Harmonies of #899979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899979

Black with #899979

Text Example


Text Example

White with #899979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899979; }

 p { color: rgb(137,153,121); }

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

background-color css

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

 a { background-color: rgb(137,153,121); }

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

border-color css

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

 span { border-color: rgb(137,153,121); }

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