Html Css Color HEX #899A78 Amulet

📋 copy color: '#899A78'

red 137 ◦ green 154 ◦ blue 120

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

Shades of Amulet #899A78

Tints of Amulet #899A78

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.47%

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

R = 33.33%
G = 37.47%
B = 29.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#899A78 (or 0x899A78) is known color: Amulet. HEX triplet: 89, 9A and 78. RGB value is (137,154,120). Sum of RGB (Red+Green+Blue) = 137+154+120=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 154 - color contains mainly: green. Hex color #899A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899A78 is #766587. Grayscale: #919191. Windows color (decimal): -7759240 or 7903881. OLE color: 7903881.

HSL color Cylindrical-coordinate representation of color #899A78: hue angle of 90º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #899A78 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 154 120 -
CMYK 0.11 0 0.22 0.40
HSL 90º 0.14% 0.54% -
HSV(B) 90º 0.22% 0.6% -
XYZ 25.26 29.79 22.19 -
YUV 145.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 137 154 120 0.11 0 0.22 0.40 90 0.14 0.54
Hex 89 9A 78 B 0 16 28 5A E 36
Octal 211 232 170 13 0 26 50 132 16 66
Binary 10001001 10011010 1111000 1011 0 10110 101000 1011010 1110 110110

Color Harmonies of #899A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899A78

Black with #899A78

Text Example


Text Example

White with #899A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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