Html Css Color HEX #889E75 Amulet

📋 copy color: '#889E75'

red 136 ◦ green 158 ◦ blue 117

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

Shades of Amulet #889E75

Tints of Amulet #889E75

RGB

 RED value IS 136 (53.52% from 255) = 33.09%

 GREEN value IS 158 (62.11% from 255) = 38.44%

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

R = 33.09%
G = 38.44%
B = 28.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#889E75 (or 0x889E75) is known color: Amulet. HEX triplet: 88, 9E and 75. RGB value is (136,158,117). Sum of RGB (Red+Green+Blue) = 136+158+117=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 158 - color contains mainly: green. Hex color #889E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889E75 is #77618A. Grayscale: #929292. Windows color (decimal): -7823755 or 7708296. OLE color: 7708296.

HSL color Cylindrical-coordinate representation of color #889E75: hue angle of 92.2º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #889E75 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 158 117 -
CMYK 0.14 0 0.26 0.38
HSL 92.2º 0.17% 0.54% -
HSV(B) 92.2º 0.26% 0.62% -
XYZ 25.59 30.97 21.46 -
YUV 146.75 111.21 120.33 -
System Red Green Blue C M Y K H S L
Decimal 136 158 117 0.14 0 0.26 0.38 92.2 0.17 0.54
Hex 88 9E 75 E 0 1A 26 5C 11 36
Octal 210 236 165 16 0 32 46 134 21 66
Binary 10001000 10011110 1110101 1110 0 11010 100110 1011100 10001 110110

Color Harmonies of #889E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889E75

Black with #889E75

Text Example


Text Example

White with #889E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889E75; }

 p { color: rgb(136,158,117); }

 H1.HeaderClassName
 {
   color: #889E75;
 }
 .AnyTagClassName
 {
   color: #889E75;
 }
</style>

background-color css

<style>
 a { background-color: #889E75; }

 a { background-color: rgb(136,158,117); }

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

border-color css

<style>
 span { border-color: #889E75; }

 span { border-color: rgb(136,158,117); }

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