#899376

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

Shades of Sage #899376

Tints of Sage #899376

Color information

#899376 (or 0x899376) is unknown color: approx Sage. HEX triplet: 89, 93 and 76. RGB value is (137,147,118). Sum of RGB (Red+Green+Blue) = 137+147+118=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 147 - color contains mainly: green. Hex color #899376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899376 is #766C89. Grayscale: #8C8C8C. Windows color (decimal): -7761034 or 7771017. OLE color: 7771017.

HSL color Cylindrical-coordinate representation of color #899376: hue angle of 80.69º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #899376 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB137147118-
CMYK0.0700.200.42
HSL80.69º11.84%51.96%-
HSV(B)80.69º19.73%57.65%-
XYZ24.0227.4921.18-
YUV140.7115.19125.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.08%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 118 (46.48% from 255) = 29.35%
R=34.08%
G=36.57%
B=29.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371471180.0700.200.4280.6911.8451.96
Hex89937670142A51c34
Octal2112231667024521211464
Binary1000100110010011111011011101010010101010100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899376; }

 p { color: rgb(137,147,118); }

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

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

 a { background-color: rgb(137,147,118); }

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

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

 span { border-color: rgb(137,147,118); }

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