Html Css Color HEX #89A07C Amulet

📋 copy color: '#89A07C'

red 137 ◦ green 160 ◦ blue 124

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

Shades of Amulet #89A07C

Tints of Amulet #89A07C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38%

 BLUE value IS 124 (48.83% from 255) = 29.45%

R = 32.54%
G = 38%
B = 29.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#89A07C (or 0x89A07C) is known color: Amulet. HEX triplet: 89, A0 and 7C. RGB value is (137,160,124). Sum of RGB (Red+Green+Blue) = 137+160+124=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 160 - color contains mainly: green. Hex color #89A07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A07C is #765F83. Grayscale: #959595. Windows color (decimal): -7757700 or 8167561. OLE color: 8167561.

HSL color Cylindrical-coordinate representation of color #89A07C: hue angle of 98.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89A07C is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 160 124 -
CMYK 0.14 0 0.22 0.37
HSL 98.33º 0.16% 0.56% -
HSV(B) 98.33º 0.23% 0.63% -
XYZ 26.53 31.92 23.83 -
YUV 149.02 113.88 119.43 -
System Red Green Blue C M Y K H S L
Decimal 137 160 124 0.14 0 0.22 0.37 98.33 0.16 0.56
Hex 89 A0 7C E 0 16 25 62 10 38
Octal 211 240 174 16 0 26 45 142 20 70
Binary 10001001 10100000 1111100 1110 0 10110 100101 1100010 10000 111000

Color Harmonies of #89A07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A07C

Black with #89A07C

Text Example


Text Example

White with #89A07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89A07C; }

 p { color: rgb(137,160,124); }

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

background-color css

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

 a { background-color: rgb(137,160,124); }

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

border-color css

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

 span { border-color: rgb(137,160,124); }

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