#91997D

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

Shades of Sage #91997D

Tints of Sage #91997D

Color information

#91997D (or 0x91997D) is unknown color: approx Sage. HEX triplet: 91, 99 and 7D. RGB value is (145,153,125). Sum of RGB (Red+Green+Blue) = 145+153+125=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #91997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91997D is #6E6682. Grayscale: #939393. Windows color (decimal): -7235203 or 8231313. OLE color: 8231313.

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

Color convert

RGB145153125-
CMYK0.0500.180.4
HSL77.14º12.07%54.51%-
HSV(B)77.14º18.3%60%-
XYZ26.7730.2823.84-
YUV147.42115.35126.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.28%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 125 (49.22% from 255) = 29.55%
R=34.28%
G=36.17%
B=29.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451531250.0500.180.477.1412.0754.51
Hex91997D5012284dc37
Octal2212311755022501151467
Binary1001000110011001111110110101001010100010011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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