#90997E

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

Shades of Sage #90997E

Tints of Sage #90997E

Color information

#90997E (or 0x90997E) is unknown color: approx Sage. HEX triplet: 90, 99 and 7E. RGB value is (144,153,126). Sum of RGB (Red+Green+Blue) = 144+153+126=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #90997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90997E is #6F6681. Grayscale: #939393. Windows color (decimal): -7300738 or 8296848. OLE color: 8296848.

HSL color Cylindrical-coordinate representation of color #90997E: hue angle of 80º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90997E is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB144153126-
CMYK0.0600.180.4
HSL80º11.69%54.71%-
HSV(B)80º17.65%60%-
XYZ26.6630.2224.17-
YUV147.23116.02125.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.04%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=34.04%
G=36.17%
B=29.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441531260.0600.180.48011.6954.71
Hex90997E60122850c37
Octal2202311766022501201467
Binary1001000010011001111111011001001010100010100001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90997E; }

 p { color: rgb(144,153,126); }

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

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

 a { background-color: rgb(144,153,126); }

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

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

 span { border-color: rgb(144,153,126); }

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