#91997F

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

Shades of Sage #91997F

Tints of Sage #91997F

Color information

#91997F (or 0x91997F) is unknown color: approx Sage. HEX triplet: 91, 99 and 7F. RGB value is (145,153,127). Sum of RGB (Red+Green+Blue) = 145+153+127=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 153 - color contains mainly: green. Hex color #91997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91997F is #6E6680. Grayscale: #939393. Windows color (decimal): -7235201 or 8362385. OLE color: 8362385.

HSL color Cylindrical-coordinate representation of color #91997F: hue angle of 78.46º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #91997F is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB145153127-
CMYK0.0500.170.4
HSL78.46º11.3%54.9%-
HSV(B)78.46º16.99%60%-
XYZ26.930.3324.52-
YUV147.64116.35126.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.12%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 127 (50% from 255) = 29.88%
R=34.12%
G=36%
B=29.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451531270.0500.170.478.4611.354.9
Hex91997F5011284eb37
Octal2212311775021501161367
Binary1001000110011001111111110101000110100010011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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