Html Css Color HEX #899578 Sage

📋 copy color: '#899578'

red 137 ◦ green 149 ◦ blue 120

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

Shades of Sage #899578

Tints of Sage #899578

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.7%

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

R = 33.74%
G = 36.7%
B = 29.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#899578 (or 0x899578) is known color: Sage. HEX triplet: 89, 95 and 78. RGB value is (137,149,120). Sum of RGB (Red+Green+Blue) = 137+149+120=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 149 - color contains mainly: green. Hex color #899578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899578 is #766A87. Grayscale: #8E8E8E. Windows color (decimal): -7760520 or 7902601. OLE color: 7902601.

HSL color Cylindrical-coordinate representation of color #899578: hue angle of 84.83º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #899578 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 149 120 -
CMYK 0.08 0 0.19 0.42
HSL 84.83º 0.12% 0.53% -
HSV(B) 84.83º 0.19% 0.58% -
XYZ 24.45 28.17 21.92 -
YUV 142.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 137 149 120 0.08 0 0.19 0.42 84.83 0.12 0.53
Hex 89 95 78 8 0 13 2A 55 C 35
Octal 211 225 170 10 0 23 52 125 14 65
Binary 10001001 10010101 1111000 1000 0 10011 101010 1010101 1100 110101

Color Harmonies of #899578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899578

Black with #899578

Text Example


Text Example

White with #899578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899578; }

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

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

background-color css

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

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

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

border-color css

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

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

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