Html Css Color HEX #899C75 Amulet

📋 copy color: '#899C75'

red 137 ◦ green 156 ◦ blue 117

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

Shades of Amulet #899C75

Tints of Amulet #899C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.05%

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

R = 33.41%
G = 38.05%
B = 28.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#899C75 (or 0x899C75) is known color: Amulet. HEX triplet: 89, 9C and 75. RGB value is (137,156,117). Sum of RGB (Red+Green+Blue) = 137+156+117=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 156 - color contains mainly: green. Hex color #899C75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899C75 is #76638A. Grayscale: #929292. Windows color (decimal): -7758731 or 7707785. OLE color: 7707785.

HSL color Cylindrical-coordinate representation of color #899C75: hue angle of 89.23º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #899C75 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 156 117 -
CMYK 0.12 0 0.25 0.39
HSL 89.23º 0.16% 0.54% -
HSV(B) 89.23º 0.25% 0.61% -
XYZ 25.42 30.38 21.35 -
YUV 145.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 137 156 117 0.12 0 0.25 0.39 89.23 0.16 0.54
Hex 89 9C 75 C 0 19 27 59 10 36
Octal 211 234 165 14 0 31 47 131 20 66
Binary 10001001 10011100 1110101 1100 0 11001 100111 1011001 10000 110110

Color Harmonies of #899C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899C75

Black with #899C75

Text Example


Text Example

White with #899C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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