#899076

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

Shades of Sage #899076

Tints of Sage #899076

Color information

#899076 (or 0x899076) is unknown color: approx Sage. HEX triplet: 89, 90 and 76. RGB value is (137,144,118). Sum of RGB (Red+Green+Blue) = 137+144+118=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 144 - color contains mainly: green. Hex color #899076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899076 is #766F89. Grayscale: #8B8B8B. Windows color (decimal): -7761802 or 7770249. OLE color: 7770249.

HSL color Cylindrical-coordinate representation of color #899076: hue angle of 76.15º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #899076 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB137144118-
CMYK0.0500.180.44
HSL76.15º10.48%51.37%-
HSV(B)76.15º18.06%56.47%-
XYZ23.5626.5721.03-
YUV138.94116.18126.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.34%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=34.34%
G=36.09%
B=29.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371441180.0500.180.4476.1510.4851.37
Hex89907650122C4ca33
Octal2112201665022541141263
Binary1000100110010000111011010101001010110010011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899076; }

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

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

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

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

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

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

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

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