#93997E

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

Shades of Sage #93997E

Tints of Sage #93997E

Color information

#93997E (or 0x93997E) is unknown color: approx Sage. HEX triplet: 93, 99 and 7E. RGB value is (147,153,126). Sum of RGB (Red+Green+Blue) = 147+153+126=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 153 - color contains mainly: green. Hex color #93997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93997E is #6C6681. Grayscale: #949494. Windows color (decimal): -7104130 or 8296851. OLE color: 8296851.

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

Color convert

RGB147153126-
CMYK0.0400.180.4
HSL73.33º11.69%54.71%-
HSV(B)73.33º17.65%60%-
XYZ27.1930.4924.19-
YUV148.13115.51127.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.51%
GREEN value IS 153 (60.16% from 255) = 35.92%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=34.51%
G=35.92%
B=29.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471531260.0400.180.473.3311.6954.71
Hex93997E40122849c37
Octal2232311764022501111467
Binary1001001110011001111111010001001010100010010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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