Html Css Color HEX #899B7A Amulet

📋 copy color: '#899B7A'

red 137 ◦ green 155 ◦ blue 122

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

Shades of Amulet #899B7A

Tints of Amulet #899B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.47%

R = 33.09%
G = 37.44%
B = 29.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#899B7A (or 0x899B7A) is known color: Amulet. HEX triplet: 89, 9B and 7A. RGB value is (137,155,122). Sum of RGB (Red+Green+Blue) = 137+155+122=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 155 - color contains mainly: green. Hex color #899B7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899B7A is #766485. Grayscale: #919191. Windows color (decimal): -7758982 or 8035209. OLE color: 8035209.

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

Color convert

RGB 137 155 122 -
CMYK 0.12 0 0.21 0.39
HSL 92.73º 0.14% 0.54% -
HSV(B) 92.73º 0.21% 0.61% -
XYZ 25.55 30.17 22.89 -
YUV 145.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 137 155 122 0.12 0 0.21 0.39 92.73 0.14 0.54
Hex 89 9B 7A C 0 15 27 5D E 36
Octal 211 233 172 14 0 25 47 135 16 66
Binary 10001001 10011011 1111010 1100 0 10101 100111 1011101 1110 110110

Color Harmonies of #899B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899B7A

Black with #899B7A

Text Example


Text Example

White with #899B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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