#899672

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

Shades of Sage #899672

Tints of Sage #899672

Color information

#899672 (or 0x899672) is unknown color: approx Sage. HEX triplet: 89, 96 and 72. RGB value is (137,150,114). Sum of RGB (Red+Green+Blue) = 137+150+114=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #899672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899672 is #76698D. Grayscale: #8E8E8E. Windows color (decimal): -7760270 or 7509641. OLE color: 7509641.

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

Color convert

RGB137150114-
CMYK0.0900.240.41
HSL81.67º14.63%51.76%-
HSV(B)81.67º24%58.82%-
XYZ24.2628.3520.11-
YUV142.01112.19124.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.16%
GREEN value IS 150 (58.98% from 255) = 37.41%
BLUE value IS 114 (44.92% from 255) = 28.43%
R=34.16%
G=37.41%
B=28.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1371501140.0900.240.4181.6714.6351.76
Hex89967290182952f34
Octal21122616211030511221764
Binary10001001100101101110010100101100010100110100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899672; }

 p { color: rgb(137,150,114); }

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

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

 a { background-color: rgb(137,150,114); }

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

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

 span { border-color: rgb(137,150,114); }

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