Html Css Color HEX #89AA7F Amulet

📋 copy color: '#89AA7F'

red 137 ◦ green 170 ◦ blue 127

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

Shades of Amulet #89AA7F

Tints of Amulet #89AA7F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.17%

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

R = 31.57%
G = 39.17%
B = 29.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#89AA7F (or 0x89AA7F) is known color: Amulet. HEX triplet: 89, AA and 7F. RGB value is (137,170,127). Sum of RGB (Red+Green+Blue) = 137+170+127=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89AA7F is #765580. Grayscale: #9B9B9B. Windows color (decimal): -7755137 or 8366729. OLE color: 8366729.

HSL color Cylindrical-coordinate representation of color #89AA7F: hue angle of 106.05º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89AA7F is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 170 127 -
CMYK 0.19 0 0.25 0.33
HSL 106.05º 0.2% 0.58% -
HSV(B) 106.05º 0.25% 0.67% -
XYZ 28.52 35.6 25.45 -
YUV 155.23 112.07 115 -
System Red Green Blue C M Y K H S L
Decimal 137 170 127 0.19 0 0.25 0.33 106.05 0.2 0.58
Hex 89 AA 7F 13 0 19 21 6A 14 3A
Octal 211 252 177 23 0 31 41 152 24 72
Binary 10001001 10101010 1111111 10011 0 11001 100001 1101010 10100 111010

Color Harmonies of #89AA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AA7F

Black with #89AA7F

Text Example


Text Example

White with #89AA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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