Html Css Color HEX #89A073 Amulet

📋 copy color: '#89A073'

red 137 ◦ green 160 ◦ blue 115

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

Shades of Amulet #89A073

Tints of Amulet #89A073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.91%

R = 33.25%
G = 38.83%
B = 27.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#89A073 (or 0x89A073) is known color: Amulet. HEX triplet: 89, A0 and 73. RGB value is (137,160,115). Sum of RGB (Red+Green+Blue) = 137+160+115=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 160 - color contains mainly: green. Hex color #89A073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A073 is #765F8C. Grayscale: #949494. Windows color (decimal): -7757709 or 7577737. OLE color: 7577737.

HSL color Cylindrical-coordinate representation of color #89A073: hue angle of 90.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89A073 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 160 115 -
CMYK 0.14 0 0.28 0.37
HSL 90.67º 0.19% 0.54% -
HSV(B) 90.67º 0.28% 0.63% -
XYZ 25.98 31.7 20.97 -
YUV 147.99 109.38 120.16 -
System Red Green Blue C M Y K H S L
Decimal 137 160 115 0.14 0 0.28 0.37 90.67 0.19 0.54
Hex 89 A0 73 E 0 1C 25 5B 13 36
Octal 211 240 163 16 0 34 45 133 23 66
Binary 10001001 10100000 1110011 1110 0 11100 100101 1011011 10011 110110

Color Harmonies of #89A073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A073

Black with #89A073

Text Example


Text Example

White with #89A073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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