Html Css Color HEX #89A575 Amulet

📋 copy color: '#89A575'

red 137 ◦ green 165 ◦ blue 117

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

Shades of Amulet #89A575

Tints of Amulet #89A575

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.38%

 BLUE value IS 117 (46.09% from 255) = 27.92%

R = 32.7%
G = 39.38%
B = 27.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#89A575 (or 0x89A575) is known color: Amulet. HEX triplet: 89, A5 and 75. RGB value is (137,165,117). Sum of RGB (Red+Green+Blue) = 137+165+117=419 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.70% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 165 - color contains mainly: green. Hex color #89A575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89A575 is #765A8A. Grayscale: #979797. Windows color (decimal): -7756427 or 7710089. OLE color: 7710089.

HSL color Cylindrical-coordinate representation of color #89A575: hue angle of 95º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89A575 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 137 165 117 -
CMYK 0.17 0 0.29 0.35
HSL 95º 0.21% 0.55% -
HSV(B) 95º 0.29% 0.65% -
XYZ 26.98 33.51 21.88 -
YUV 151.16 108.72 117.9 -
System Red Green Blue C M Y K H S L
Decimal 137 165 117 0.17 0 0.29 0.35 95 0.21 0.55
Hex 89 A5 75 11 0 1D 23 5F 15 37
Octal 211 245 165 21 0 35 43 137 25 67
Binary 10001001 10100101 1110101 10001 0 11101 100011 1011111 10101 110111

Color Harmonies of #89A575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A575

Black with #89A575

Text Example


Text Example

White with #89A575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,165,117); }

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

background-color css

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

 a { background-color: rgb(137,165,117); }

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

border-color css

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

 span { border-color: rgb(137,165,117); }

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