#899D76

Color #899D76 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #899D76

Tints of Amulet #899D76

Color information

#899D76 (or 0x899D76) is unknown color: approx Amulet. HEX triplet: 89, 9D and 76. RGB value is (137,157,118). Sum of RGB (Red+Green+Blue) = 137+157+118=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 157 - color contains mainly: green. Hex color #899D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899D76 is #766289. Grayscale: #929292. Windows color (decimal): -7758474 or 7773577. OLE color: 7773577.

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

Color convert

RGB137157118-
CMYK0.1300.250.38
HSL90.77º16.6%53.92%-
HSV(B)90.77º24.84%61.57%-
XYZ25.6430.7421.72-
YUV146.57111.87121.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.25%
GREEN value IS 157 (61.72% from 255) = 38.11%
BLUE value IS 118 (46.48% from 255) = 28.64%
R=33.25%
G=38.11%
B=28.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371571180.1300.250.3890.7716.653.92
Hex899D76D019265b1136
Octal21123516615031461332166
Binary100010011001110111101101101011001100110101101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899D76; }

 p { color: rgb(137,157,118); }

 H1.HeaderClassName
 {
   color: #899D76;
 }
 .AnyTagClassName
 {
   color: #899D76;
 }
</style>
background-color css

<style>
 a { background-color: #899D76; }

 a { background-color: rgb(137,157,118); }

 div.DivClassName
 {
   background-color: #899D76;
 }
 .BgClassName
 {
   background-color: #899D76;
 }
</style>
border-color css

<style>
 span { border-color: #899D76; }

 span { border-color: rgb(137,157,118); }

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