#89907A

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

Shades of Sage #89907A

Tints of Sage #89907A

Color information

#89907A (or 0x89907A) is unknown color: approx Sage. HEX triplet: 89, 90 and 7A. RGB value is (137,144,122). Sum of RGB (Red+Green+Blue) = 137+144+122=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 144 - color contains mainly: green. Hex color #89907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89907A is #766F85. Grayscale: #8B8B8B. Windows color (decimal): -7761798 or 8032393. OLE color: 8032393.

HSL color Cylindrical-coordinate representation of color #89907A: hue angle of 79.09º 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 #89907A is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB137144122-
CMYK0.0500.150.44
HSL79.09º9.02%52.16%-
HSV(B)79.09º15.28%56.47%-
XYZ23.826.6722.31-
YUV139.4118.18126.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.00%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 122 (48.05% from 255) = 30.27%
R=34.00%
G=35.73%
B=30.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1371441220.0500.150.4479.099.0252.16
Hex89907A50F2C4f934
Octal2112201725017541171164
Binary100010011001000011110101010111110110010011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89907A; }

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

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

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

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

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

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

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

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