#899079

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

Shades of Sage #899079

Tints of Sage #899079

Color information

#899079 (or 0x899079) is unknown color: approx Sage. HEX triplet: 89, 90 and 79. RGB value is (137,144,121). Sum of RGB (Red+Green+Blue) = 137+144+121=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 144 - color contains mainly: green. Hex color #899079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899079 is #766F86. Grayscale: #8B8B8B. Windows color (decimal): -7761799 or 7966857. OLE color: 7966857.

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

Color convert

RGB137144121-
CMYK0.0500.160.44
HSL78.26º9.39%51.96%-
HSV(B)78.26º15.97%56.47%-
XYZ23.7426.6521.98-
YUV139.28117.68126.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.08%
GREEN value IS 144 (56.64% from 255) = 35.82%
BLUE value IS 121 (47.66% from 255) = 30.10%
R=34.08%
G=35.82%
B=30.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371441210.0500.160.4478.269.3951.96
Hex89907950102C4e934
Octal2112201715020541161164
Binary1000100110010000111100110101000010110010011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899079; }

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

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

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

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

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

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

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

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