Html Css Color HEX #89A17F Amulet

📋 copy color: '#89A17F'

red 137 ◦ green 161 ◦ blue 127

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

Shades of Amulet #89A17F

Tints of Amulet #89A17F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.88%

 BLUE value IS 127 (50% from 255) = 29.88%

R = 32.24%
G = 37.88%
B = 29.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#89A17F (or 0x89A17F) is known color: Amulet. HEX triplet: 89, A1 and 7F. RGB value is (137,161,127). Sum of RGB (Red+Green+Blue) = 137+161+127=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 161 - color contains mainly: green. Hex color #89A17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A17F is #765E80. Grayscale: #969696. Windows color (decimal): -7757441 or 8364425. OLE color: 8364425.

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

Color convert

RGB 137 161 127 -
CMYK 0.15 0 0.21 0.37
HSL 102.35º 0.15% 0.56% -
HSV(B) 102.35º 0.21% 0.63% -
XYZ 26.89 32.34 24.9 -
YUV 149.95 115.05 118.76 -
System Red Green Blue C M Y K H S L
Decimal 137 161 127 0.15 0 0.21 0.37 102.35 0.15 0.56
Hex 89 A1 7F F 0 15 25 66 F 38
Octal 211 241 177 17 0 25 45 146 17 70
Binary 10001001 10100001 1111111 1111 0 10101 100101 1100110 1111 111000

Color Harmonies of #89A17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A17F

Black with #89A17F

Text Example


Text Example

White with #89A17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,161,127); }

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

background-color css

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

 a { background-color: rgb(137,161,127); }

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

border-color css

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

 span { border-color: rgb(137,161,127); }

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