Html Css Color HEX #899F78 Amulet

📋 copy color: '#899F78'

red 137 ◦ green 159 ◦ blue 120

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

Shades of Amulet #899F78

Tints of Amulet #899F78

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.22%

 BLUE value IS 120 (47.27% from 255) = 28.85%

R = 32.93%
G = 38.22%
B = 28.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#899F78 (or 0x899F78) is known color: Amulet. HEX triplet: 89, 9F and 78. RGB value is (137,159,120). Sum of RGB (Red+Green+Blue) = 137+159+120=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 159 - color contains mainly: green. Hex color #899F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899F78 is #766087. Grayscale: #949494. Windows color (decimal): -7757960 or 7905161. OLE color: 7905161.

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

Color convert

RGB 137 159 120 -
CMYK 0.14 0 0.25 0.38
HSL 93.85º 0.17% 0.55% -
HSV(B) 93.85º 0.25% 0.62% -
XYZ 26.1 31.47 22.47 -
YUV 147.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 137 159 120 0.14 0 0.25 0.38 93.85 0.17 0.55
Hex 89 9F 78 E 0 19 26 5E 11 37
Octal 211 237 170 16 0 31 46 136 21 67
Binary 10001001 10011111 1111000 1110 0 11001 100110 1011110 10001 110111

Color Harmonies of #899F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899F78

Black with #899F78

Text Example


Text Example

White with #899F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,159,120); }

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

background-color css

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

 a { background-color: rgb(137,159,120); }

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

border-color css

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

 span { border-color: rgb(137,159,120); }

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