Html Css Color HEX #899D75 Amulet

📋 copy color: '#899D75'

red 137 ◦ green 157 ◦ blue 117

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

Shades of Amulet #899D75

Tints of Amulet #899D75

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.2%

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

R = 33.33%
G = 38.2%
B = 28.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#899D75 (or 0x899D75) is known color: Amulet. HEX triplet: 89, 9D and 75. RGB value is (137,157,117). Sum of RGB (Red+Green+Blue) = 137+157+117=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 157 - color contains mainly: green. Hex color #899D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899D75 is #76628A. Grayscale: #929292. Windows color (decimal): -7758475 or 7708041. OLE color: 7708041.

HSL color Cylindrical-coordinate representation of color #899D75: hue angle of 90º 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 #899D75 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 157 117 -
CMYK 0.13 0 0.25 0.38
HSL 90º 0.17% 0.54% -
HSV(B) 90º 0.25% 0.62% -
XYZ 25.58 30.72 21.41 -
YUV 146.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 137 157 117 0.13 0 0.25 0.38 90 0.17 0.54
Hex 89 9D 75 D 0 19 26 5A 11 36
Octal 211 235 165 15 0 31 46 132 21 66
Binary 10001001 10011101 1110101 1101 0 11001 100110 1011010 10001 110110

Color Harmonies of #899D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899D75

Black with #899D75

Text Example


Text Example

White with #899D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #899D75;
 }
 .AnyTagClassName
 {
   color: #899D75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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