Html Css Color HEX #89AF7C Amulet

📋 copy color: '#89AF7C'

red 137 ◦ green 175 ◦ blue 124

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

Shades of Amulet #89AF7C

Tints of Amulet #89AF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.14%

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

R = 31.42%
G = 40.14%
B = 28.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#89AF7C (or 0x89AF7C) is known color: Amulet. HEX triplet: 89, AF and 7C. RGB value is (137,175,124). Sum of RGB (Red+Green+Blue) = 137+175+124=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #89AF7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AF7C is #765083. Grayscale: #9D9D9D. Windows color (decimal): -7753860 or 8171401. OLE color: 8171401.

HSL color Cylindrical-coordinate representation of color #89AF7C: hue angle of 104.71º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89AF7C is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 137 175 124 -
CMYK 0.22 0 0.29 0.31
HSL 104.71º 0.24% 0.59% -
HSV(B) 104.71º 0.29% 0.69% -
XYZ 29.28 37.43 24.75 -
YUV 157.82 108.91 113.15 -
System Red Green Blue C M Y K H S L
Decimal 137 175 124 0.22 0 0.29 0.31 104.71 0.24 0.59
Hex 89 AF 7C 16 0 1D 1F 69 18 3B
Octal 211 257 174 26 0 35 37 151 30 73
Binary 10001001 10101111 1111100 10110 0 11101 11111 1101001 11000 111011

Color Harmonies of #89AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AF7C

Black with #89AF7C

Text Example


Text Example

White with #89AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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