#899677

Color #899677 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #899677

Tints of Sage #899677

Color information

#899677 (or 0x899677) is unknown color: approx 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

RGB137150119-
CMYK0.0900.210.41
HSL85.16º12.86%52.75%-
HSV(B)85.16º20.67%58.82%-
XYZ24.5528.4621.65-
YUV142.58114.69124.02-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1371501190.0900.210.4185.1612.8652.75
Hex89967790152955d35
Octal21122616711025511251565
Binary10001001100101101110111100101010110100110101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>