Html Css Color HEX #899D78 Amulet

📋 copy color: '#899D78'

red 137 ◦ green 157 ◦ blue 120

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

Shades of Amulet #899D78

Tints of Amulet #899D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.99%

R = 33.09%
G = 37.92%
B = 28.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#899D78 (or 0x899D78) is known color: Amulet. HEX triplet: 89, 9D and 78. RGB value is (137,157,120). Sum of RGB (Red+Green+Blue) = 137+157+120=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 157 - color contains mainly: green. Hex color #899D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899D78 is #766287. Grayscale: #929292. Windows color (decimal): -7758472 or 7904649. OLE color: 7904649.

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

Color convert

RGB 137 157 120 -
CMYK 0.13 0 0.24 0.38
HSL 92.43º 0.16% 0.54% -
HSV(B) 92.43º 0.24% 0.62% -
XYZ 25.76 30.79 22.35 -
YUV 146.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 137 157 120 0.13 0 0.24 0.38 92.43 0.16 0.54
Hex 89 9D 78 D 0 18 26 5C 10 36
Octal 211 235 170 15 0 30 46 134 20 66
Binary 10001001 10011101 1111000 1101 0 11000 100110 1011100 10000 110110

Color Harmonies of #899D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899D78

Black with #899D78

Text Example


Text Example

White with #899D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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