#899774

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

Shades of Sage #899774

Tints of Sage #899774

Color information

#899774 (or 0x899774) is unknown color: approx Sage. HEX triplet: 89, 97 and 74. RGB value is (137,151,116). Sum of RGB (Red+Green+Blue) = 137+151+116=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 151 - color contains mainly: green. Hex color #899774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899774 is #76688B. Grayscale: #8E8E8E. Windows color (decimal): -7760012 or 7640969. OLE color: 7640969.

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

Color convert

RGB137151116-
CMYK0.0900.230.41
HSL84º14.4%52.35%-
HSV(B)84º23.18%59.22%-
XYZ24.5428.7120.77-
YUV142.82112.86123.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.91%
GREEN value IS 151 (59.38% from 255) = 37.38%
BLUE value IS 116 (45.70% from 255) = 28.71%
R=33.91%
G=37.38%
B=28.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1371511160.0900.230.418414.452.35
Hex89977490172954e34
Octal21122716411027511241664
Binary10001001100101111110100100101011110100110101001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899774; }

 p { color: rgb(137,151,116); }

 H1.HeaderClassName
 {
   color: #899774;
 }
 .AnyTagClassName
 {
   color: #899774;
 }
</style>
background-color css

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

 a { background-color: rgb(137,151,116); }

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

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

 span { border-color: rgb(137,151,116); }

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