#898F7A

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

Shades of Sage #898F7A

Tints of Sage #898F7A

Color information

#898F7A (or 0x898F7A) is unknown color: approx Sage. HEX triplet: 89, 8F and 7A. RGB value is (137,143,122). Sum of RGB (Red+Green+Blue) = 137+143+122=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 143 - color contains mainly: green. Hex color #898F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898F7A is #767085. Grayscale: #8A8A8A. Windows color (decimal): -7762054 or 8032137. OLE color: 8032137.

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

Color convert

RGB137143122-
CMYK0.0400.150.44
HSL77.14º8.57%51.96%-
HSV(B)77.14º14.69%56.08%-
XYZ23.6526.3722.26-
YUV138.81118.51126.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.08%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 122 (48.05% from 255) = 30.35%
R=34.08%
G=35.57%
B=30.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371431220.0400.150.4477.148.5751.96
Hex898F7A40F2C4d934
Octal2112171724017541151164
Binary100010011000111111110101000111110110010011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898F7A; }

 p { color: rgb(137,143,122); }

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

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

 a { background-color: rgb(137,143,122); }

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

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

 span { border-color: rgb(137,143,122); }

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