#90997D

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

Shades of Sage #90997D

Tints of Sage #90997D

Color information

#90997D (or 0x90997D) is unknown color: approx Sage. HEX triplet: 90, 99 and 7D. RGB value is (144,153,125). Sum of RGB (Red+Green+Blue) = 144+153+125=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #90997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90997D is #6F6682. Grayscale: #939393. Windows color (decimal): -7300739 or 8231312. OLE color: 8231312.

HSL color Cylindrical-coordinate representation of color #90997D: hue angle of 79.29º 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 #90997D is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB144153125-
CMYK0.0600.180.4
HSL79.29º12.07%54.51%-
HSV(B)79.29º18.3%60%-
XYZ26.5930.1923.83-
YUV147.12115.52125.78-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.12%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 125 (49.22% from 255) = 29.62%
R=34.12%
G=36.26%
B=29.62%

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
Decimal1441531250.0600.180.479.2912.0754.51
Hex90997D6012284fc37
Octal2202311756022501171467
Binary1001000010011001111110111001001010100010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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