Html Css Color HEX #89957F Amulet

📋 copy color: '#89957F'

red 137 ◦ green 149 ◦ blue 127

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

Shades of Amulet #89957F

Tints of Amulet #89957F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.08%

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

R = 33.17%
G = 36.08%
B = 30.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#89957F (or 0x89957F) is known color: Amulet. HEX triplet: 89, 95 and 7F. RGB value is (137,149,127). Sum of RGB (Red+Green+Blue) = 137+149+127=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 149 - color contains mainly: green. Hex color #89957F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89957F is #766A80. Grayscale: #8E8E8E. Windows color (decimal): -7760513 or 8361353. OLE color: 8361353.

HSL color Cylindrical-coordinate representation of color #89957F: hue angle of 92.73º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89957F is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 149 127 -
CMYK 0.08 0 0.15 0.42
HSL 92.73º 0.09% 0.54% -
HSV(B) 92.73º 0.15% 0.58% -
XYZ 24.89 28.35 24.24 -
YUV 142.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 137 149 127 0.08 0 0.15 0.42 92.73 0.09 0.54
Hex 89 95 7F 8 0 F 2A 5D 9 36
Octal 211 225 177 10 0 17 52 135 11 66
Binary 10001001 10010101 1111111 1000 0 1111 101010 1011101 1001 110110

Color Harmonies of #89957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89957F

Black with #89957F

Text Example


Text Example

White with #89957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89957F; }

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

 H1.HeaderClassName
 {
   color: #89957F;
 }
 .AnyTagClassName
 {
   color: #89957F;
 }
</style>

background-color css

<style>
 a { background-color: #89957F; }

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

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

border-color css

<style>
 span { border-color: #89957F; }

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

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