Html Css Color HEX #899677 Sage

📋 copy color: '#899677'

red 137 ◦ green 150 ◦ blue 119

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

Shades of Sage #899677

Tints of Sage #899677

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.95%

 BLUE value IS 119 (46.88% from 255) = 29.31%

R = 33.74%
G = 36.95%
B = 29.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#899677 (or 0x899677) is known color: Sage. HEX triplet: 89, 96 and 77. RGB value is (137,150,119). Sum of RGB (Red+Green+Blue) = 137+150+119=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 150 - color contains mainly: green. Hex color #899677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899677 is #766988. Grayscale: #8E8E8E. Windows color (decimal): -7760265 or 7837321. OLE color: 7837321.

HSL color Cylindrical-coordinate representation of color #899677: hue angle of 85.16º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #899677 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 150 119 -
CMYK 0.09 0 0.21 0.41
HSL 85.16º 0.13% 0.53% -
HSV(B) 85.16º 0.21% 0.59% -
XYZ 24.55 28.46 21.65 -
YUV 142.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 137 150 119 0.09 0 0.21 0.41 85.16 0.13 0.53
Hex 89 96 77 9 0 15 29 55 D 35
Octal 211 226 167 11 0 25 51 125 15 65
Binary 10001001 10010110 1110111 1001 0 10101 101001 1010101 1101 110101

Color Harmonies of #899677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899677

Black with #899677

Text Example


Text Example

White with #899677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899677; }

 p { color: rgb(137,150,119); }

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

background-color css

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

 a { background-color: rgb(137,150,119); }

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

border-color css

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

 span { border-color: rgb(137,150,119); }

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